in reply to Spreadsheet::ParseExcel Script Fails to Parse (access) Excel Spreadsheet

Post the smallest program that displays the problem. If DBI is not your problem, don't post a ton of DBI related code...it is distracting.

The Parse() method is supposed to return a hash reference...that's how many modules return objects in Perl...nothing wrong there.

As mentioned previously, Use strict and warnings.

  • Comment on Re: Spreadsheet::ParseExcel Script Fails to Parse (access) Excel Spreadsheet