How do you hide a sheet? #498
Labels
No Label
DBF
Dates
Defined Names
Features
Formula
HTML
Images
Infrastructure
Integration
International
ODS
Operations
Performance
PivotTables
Pro
Protection
Read Bug
SSF
SYLK
Style
Write Bug
good first issue
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sheetjs/sheetjs#498
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I tried something like this where I read in a spreadsheet and set the state of the 4th sheet to 'hidden'. My expectation was that it would be hidden in 'HideSheet2.xlsx', but it wasn't. Is there a way to hide a sheet with this library?
Here's the fix if anyone is interested:
https://github.com/SheetJS/js-xlsx/pull/503