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

Commits on Jan 31, 2024

  1. Using internal column widths in pptx writer tables

    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 committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    512ef14 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Configuration menu
    Copy the full SHA
    316a4ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2acda6d View commit details
    Browse the repository at this point in the history