http://qs321.pair.com?node_id=1218804


in reply to Spreadsheet::read how to get error?

Hi gsd4me,

I think you will need to provide more information in order to receive helpful feedback. The documentation for Spreadsheet::Read shows that you can pass a debug option to the ReadData method. Try changing your call to ReadData like this,

$gOutWorkbook = ReadData ($lOutputFileName, debug => 9);
and then examine the output for useful error messages.