in reply to Having Problems with Spreadsheet::ParseExcel::SaveParser Parse() function

Spreadsheet::ParseExcel has an error function. It's worth a try:
if ($template) { print "template is defined\n"; } else { print "template is NOT defined\n"; die $parser->error(), ".\n"; }
  • Comment on Re: Having Problems with Spreadsheet::ParseExcel::SaveParser Parse() function
  • Download Code

Replies are listed 'Best First'.
Re^2: Having Problems with Spreadsheet::ParseExcel::SaveParser Parse() function
by Amphiaraus (Beadle) on May 10, 2016 at 12:58 UTC
    Too late for this thread, I found in this Module's documentation that it cannot read Excel files in xlsx format. This thread should be considered closed.