iliaal / php_excel

PHP Extension interface to the Excel writing/reading library
http://ilia.ws
534 stars 131 forks source link

Problem with Strict Open XML Spreadsheets #214

Closed Renko2000 closed 3 years ago

Renko2000 commented 7 years ago

The library seems to have problems reading from Strict Open XML Spreadsheets. It doesn't find the sheet. Has anyone found a workaround?

johmue commented 7 years ago

Does libxl even support this?

Supports Excel 97-2003 binary formats (xls) and Excel 2007-2016 xml formats (xlsx/xlsm).