sheet[!rows] not including all hidden rows #1413
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#1413
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?
Not all hidden rows are included in the
sheet['!rows']
array.Hide the first two rows on a brand new spreadsheet, and then open with js-xlsx (using
cellStyles: true
) and only row 0 will show in thesheet['!rows']
array (instead of both rows 0 and 1).Seems to work okay with the
sheet['!cols']
array.js-xlsx ver. 0.14.0
Excel ver. 16.21