Dear Monks I want to read an Excel spreadsheet cell
a) that references another cell in the spreadsheet for example ='DataSheet'!AH39;
b) where both cells have a date format for the cell.
I am using the line $date_req = $cell_array->[$cell_row][$cell_column];
I get from this the result "Win32::OLE::Variant=SCALAR(0x29093f8)"
What should I do to get the date I require?