aVadim483 / fast-excel-reader

Lightwight and very fast XLSX Excel Spreadsheet Reader in PHP
MIT License
63 stars 16 forks source link

Problem with certain xlsx file #30

Closed Playys228 closed 2 weeks ago

Playys228 commented 3 weeks ago

Can't read this xlsx file.

XMLReader::open(zip:///app/storage/supplierPricelistFiles/spl_591_manual_2024-10-24_14-21-02_problemFile1.xlsx#xl/sharedStrings.xml): Failed to open stream: operation failed in /app/vendor/avadim/fast-excel-reader/src/FastExcelReader/Reader.php:110

problemFile(1).xlsx

aVadim483 commented 2 weeks ago

I see, I'll fix it

aVadim483 commented 2 weeks ago

fixed

Playys228 commented 2 weeks ago

thx