jandrew / Spreadsheet-XLSX-Reader-LibXML

Read spreadsheet files with xlsx extentions
Other
4 stars 2 forks source link

Cannot parse legal XLSX file #51

Closed Tux closed 9 years ago

Tux commented 9 years ago

$ mkdir files $ wget https://github.com/Tux/Spreadsheet-Read/blob/master/files/perc.xlsx -O files/perc.xlsx $ perl -MSpreadsheet::XLSX::Reader::LibX ML -wE'my$p=Spreadsheet::XLSX::Reader::LibXML->new;$p->parse("files/perc.xlsx")o r die$p->error' Can't call method "extractToFileHandle" on an undefined value at /pro/lib/perl5/site_perl/5.22.0/Spreadsheet/XLSX/Reader/LibXML.pm line 693.

jandrew commented 9 years ago

@Tux, I will check into this today too

jandrew commented 9 years ago

OK, I also have a test case for this one now. Thanks for the code. I look to have this done by the weekend