The first empty rows aren't displayed #2737
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#2737
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?
Sample spreadsheet:
Untitled-spreadsheet.xlsx
The top first five rows are empty. I would like to see them as well. However, it seems that the library ignores them:
Is that a bug or default behavior? Is there any option for displaying first empty rows?
cc @hiepsieunhan
This is a very weird case because the worksheet itself reports the starting cell as A6. You can pin the worksheet to A1 as follows:
We can update the demo with that effect on each worksheet after reading the file.
Changing the library would probably require a version bump since it would break
sheet_to_json
behavior when the first few rows are blank