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

Fixes issues 2069 2189 1545 668 997 1654 #2764

Merged

Conversation

fe-cj
Copy link
Contributor

@fe-cj fe-cj commented Aug 6, 2024

Fixes all the issues below, it is just one bug though. The problem was that it was not storing the correct context in the ending cell of a row span when there were nested column groups (columns or tables). Now the reference to the ending cell is not stored in the DocumentContext but in the first cell that started the row span, this way we can after check if the current cell is just the cell after a row span and thus store the current context in the ending cell.

#2069
#2189
#1545
#668
#997
#1654

@fe-cj
Copy link
Contributor Author

fe-cj commented Aug 6, 2024

It also fixes this open issue #2659

@liborm85
Copy link
Collaborator

liborm85 commented Aug 8, 2024

Great work, thanks. 👍

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 this pull request may close these issues.

2 participants