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

hidden sheet issue #186

Open mattymatty76 opened 1 year ago

mattymatty76 commented 1 year ago

Hi everybody, I noticed that when spreadsheet reads an xlsx file with two sheets and one of these is hidden (state --> hidden) the library tries to read but without success... there is a solution/attribute if someone wants to detect an hidden sheet? So in that case I can avoid to process it...

Thank you anyway