sheet_to_html exclude blankrows #3139

Open
opened 2024-07-01 07:29:30 +00:00 by mazipan-wartek · 1 comment

In sheet_to_json we can exclude the blankrows, but in the sheet_to_html we have no options to exclude this config.

In `sheet_to_json` we can exclude the blankrows, but in the `sheet_to_html` we have no options to exclude this config.
Owner

The main question is merged cells. For example, consider a sheet with a merge that spans multiple rows:

Rows 13:16

What should happen when every other cell in row 14 is omitted? Should that row be included or removed?

The main question is merged cells. For example, consider a sheet with a [merge that spans multiple rows](https://docs.sheetjs.com/PortfolioSummary.xls): ![Rows 13:16](https://docs.sheetjs.com/import/1316.png) What should happen when every other cell in row 14 is omitted? Should that row be included or removed?
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: sheetjs/sheetjs#3139
No description provided.