Skip to content

Conversation

@larsga
Copy link
Collaborator

@larsga larsga commented Oct 28, 2024

This fixes issue 157.

The problem was that when we creat nested tables we have to use a very convoluted API to make the innermost table, and we used code that created a table properties object. Somehow doing this causes Apache POI to create two table properties objects (which shouldn't be possible), leading to malformed WordML output with two table properties elements in it. Removing the creation of this dummy table properties object solves the problem.

Note that this PR includes the table align PR, so best to review and merge that one first.

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.

1 participant