nuovo / spreadsheet-reader

A PHP spreadsheet reader (Excel XLS and XLSX, OpenOffice ODS, and variously separated text files) with a singular goal of getting the data out, efficiently
http://www.nuovo.lv/
Other
674 stars 496 forks source link

XLSX Files empty (Libreoffice) #106

Open timotheemoulin opened 8 years ago

timotheemoulin commented 8 years ago

Hi,

When saving a XLSX file with LibreOffice, the parser doesn't work.

No error is returned, and the file is opened as if everything was ok.

When iterating over the rows, only one row is available and it is empty array()

Any idea of what's happening?

Thanks, tim

PS : here is the file that I can not read. nuovo-spreadsheet-issue.xlsx

ruifil commented 8 years ago

Hi, this issue duplicates #59