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

Using internal column widths in pptx writer tables #9392

Merged
merged 3 commits into from Feb 1, 2024
Merged

Using internal column widths in pptx writer tables #9392

merged 3 commits into from Feb 1, 2024

Conversation

tomasdahlqvist
Copy link
Contributor

The table writer used to only divide all available width evenly for all columns. In this update the code uses the incoming widths if they are available. If they are not set the earlier even distribution is used. Some of the golden templates are adjusted slightly because of different rounding when using the new calculation model.

The table writer used to only divide all available width evenly
for all columns. In this update the code uses the incoming widths
if they are available. If they are not set the earlier even
distribution is used. Some of the golden templates are adjusted
slightly because of different rounding when using the new
calculation model.
@tomasdahlqvist
Copy link
Contributor Author

I have forgotten to add that this fixes #5706

@jgm jgm merged commit 163be37 into jgm:main Feb 1, 2024
9 of 12 checks passed
@jgm
Copy link
Owner

jgm commented Feb 1, 2024

Great, 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.

None yet

2 participants