doy / spreadsheet-parsexlsx

parse XLSX files
http://metacpan.org/release/Spreadsheet-ParseXLSX
27 stars 35 forks source link

Check to see if worksheets are hidden #47

Closed ssimms closed 8 years ago

ssimms commented 9 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!

ssimms commented 9 years ago

And here's a second patch to also set the flags for hidden rows and columns.

doy commented 8 years ago

Merged, thanks!