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

chore(deps): update dependency xlsxwriter to v3.2.2 #1760

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 23, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
XlsxWriter ==3.2.0 -> ==3.2.2 age adoption passing confidence

Release Notes

jmcnamara/XlsxWriter (XlsxWriter)

v3.2.2

  • Added support for checkboxes via the :func:insert_checkbox() method.

    Checkboxes are a new feature added to Excel in 2024_. They are a way of
    displaying a boolean value as a checkbox in a cell. The underlying value is
    still an Excel TRUE/FALSE boolean value and can be used in formulas and in
    references.

    .. image:: _images/checkbox.png

    See :ref:ex_checkbox.

    .. _Excel in 2024: https://techcommunity.microsoft.com/blog/excelblog/introducing-checkboxes-in-excel/4173561

v3.2.1

Added improvements to autofit().

  • Added the optional max_width parameter to the :func:autofit() method to
    work around the issue where the autofit width is too big.

    Excel autofits very long strings up to limit of 1790 pixels/255 characters.
    This is often too wide to display on a single screen at normal zoom. As such
    the max_width parameter is provided to enable a smaller upper pixel limit
    for autofitting long strings. See :func:autofit().

    :feature:1106.

  • Added the :func:cell_autofit_width utility function to allow users to
    calculate the auto-fit width for a cell value. This allows the user to
    implement their own auto-fit logic. See :ref:ex_autofit_manually.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the renovate label Jan 23, 2025
@renovate renovate bot force-pushed the renovate/xlsxwriter-3.x branch from 86051a1 to 95de5dd Compare January 29, 2025 07:20
@renovate renovate bot changed the title chore(deps): update dependency xlsxwriter to v3.2.1 chore(deps): update dependency xlsxwriter to v3.2.2 Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants