What's the best way to parse a file in SpreadsheetML format with Perl? I've tried Spreadsheet::ParseExcel, but it doesn't recognize the format. Here's the error I get when trying that module:
No Excel data found in file
It looks like CPAN doesn't have a module that can parse it as far as I can see.
What's the easiest way to do it?
Searching CPAN for 'spreadsheet excel xml' results in Spreadsheet::ParseExcel, which mentions in the description:
Worth to try...