Closed ssimms closed 8 years ago
Attached is a simple patch to set the SheetHidden flag in Spreadsheet::ParseExcel if the sheet has been hidden in the XLSX file. Complete with tests!
And here's a second patch to also set the flags for hidden rows and columns.
Merged, thanks!
Attached is a simple patch to set the SheetHidden flag in Spreadsheet::ParseExcel if the sheet has been hidden in the XLSX file. Complete with tests!