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 497 forks source link

Fatal error: Uncaught ValueError: XMLReader::open(): Argument #1 ($uri) cannot be empty #178

Open Krezalis opened 2 years ago

Krezalis commented 2 years ago

When users download XLSX from Google Sheets in xl\workbook.xml we see next items: <sheet name="Sheet 1" sheetId="1" state="visible" r:id="rId2"/> When we open this file and save in Office Excel its convert to: <sheet name="Sheet 1" sheetId="1" r:id="rId1"/>