Hi,
I'm trying to read an existing XLSX file and get the values from a given sheet (e.g. 'Sheet2') and a given range (e.g. "C4:C8", or "C4:F4"). For the moment I'm assuming the range includes cells in either a single row or a single column.
I can read the file and get the sheet, but I'm not sure what is the best way to find the cells for the given range.
One way would be ...