sheet_to_html exclude blankrows #3139
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
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sheetjs/sheetjs#3139
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?
In
sheet_to_json
we can exclude the blankrows, but in thesheet_to_html
we have no options to exclude this config.The main question is merged cells. For example, consider a sheet with a merge that spans multiple rows:
What should happen when every other cell in row 14 is omitted? Should that row be included or removed?