kz26 / PyExcelerate

Accelerated Excel XLSX Writing Library for Python 2/3
https://pypi.org/project/PyExcelerate/
BSD 2-Clause "Simplified" License
521 stars 60 forks source link

Add ability to hide worksheets #237

Closed 9thbit closed 2 months ago

9thbit commented 2 months ago

Adds the ability for a worksheet to be hidden. These are generally useful for reference data and lookups. Note that the first sheet cannot be hidden in Excel.

Example file attached from the test with two hidden sheets. hidden_sheet.xlsx

kevmo314 commented 2 months ago

Very nice, thank you!

9thbit commented 2 months ago

Thanks @kevmo314 for the quick review and release, that's great!