Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

exportExcel: unnecessary Rowspans break rendering of table #1192

Closed
rdmueller opened this issue Jun 7, 2023 · 0 comments · Fixed by #1223
Closed

exportExcel: unnecessary Rowspans break rendering of table #1192

rdmueller opened this issue Jun 7, 2023 · 0 comments · Fixed by #1223
Assignees

Comments

@rdmueller
Copy link
Member

Describe the bug

When each cell of a row is merged with the same cell on the next row, a table row like this will be produced:

.2+| ten .2+| eleven

As this seems to be correct, it will break the rendering of the table in Asciidoctor with an error

dropping cell because it exceeds specified number of columns

To Reproduce

Here is an AsciiDoc snippet which reproduces the Asciidoctor bug:

|===
| one | two
| three | four
.2+| five | six
| seven
| eight | nine
.2+| ten .2+| eleven
| next | next
| next | next
|===

An excel file which reproduces the behaviour has to be created.

Expected behavior

The whole table is rendered. I guess it would be enough to remove the rowspans

@rdmueller rdmueller self-assigned this Jun 15, 2023
rdmueller added a commit that referenced this issue Jul 19, 2023
@rdmueller rdmueller linked a pull request Jul 19, 2023 that will close this issue
rdmueller added a commit that referenced this issue Jul 31, 2023
…ry-rowspans-break-rendering-of-table

fix #1192 exportExcel rowspans
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant