Skip to content

fix(deps): update rust crate rust_xlsxwriter to 0.93 - #16

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/rust_xlsxwriter-0.x
Open

fix(deps): update rust crate rust_xlsxwriter to 0.93#16
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/rust_xlsxwriter-0.x

Conversation

@renovate

@renovate renovate Bot commented Nov 13, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
rust_xlsxwriter (source) dependencies minor 0.910.93

Release Notes

jmcnamara/rust_xlsxwriter (rust_xlsxwriter)

v0.93.0

Compare Source

Added
  • Added support for autofitting formatted numbers and dates like $1,000,000.00
    or January 1 2026. This requires the optional ssfmt crate and is enabled
    by the enhanced_autofit feature flag. For cells with number formats the
    width of the formatted number is now taken into account, like this example
    where the number 1 is formatted in different ways:

    The previous behaviour, and the behaviour without the enhanced_autofit
    feature enabled, was to produce a file that looked like this:

  • Added the Worksheet::set_autofit_max_row() method to limit the number of
    rows processed when applying Worksheet::autofit(). This is a performance
    workaround for autofitting large datasets where a value of 200-500 rows can be
    used to autofit the data in the visible row range of most users.

  • Added the Worksheet::set_autofit_max_width() method to enable an upper
    bound column width when autofitting long strings. This replaces the deprecated
    Worksheet::autofit_to_max_width() method.

Deprecated

v0.92.4

Compare Source

Fixed
  • Fixed issue where XML escape-like strings, such as _x1234 were being doubly
    escaped, inadvertently.

    Issue #​166.

  • Fixed/added escaping of invalid \uFFFF and \uFFFE characters.

    Issue #​168.

Added
  • Updated zip dependency to v7.0.

v0.92.3

Compare Source

Fixed
  • Fixed floating-point precision issue in [Worksheet::insert_image_fit_to_cell_centered()].

    Issue #​165.

v0.92.2

Compare Source

Added
  • Added support for custom theme files using .thmx and .xlsx files as well
    as the previously supported theme.xml file. See [Workbook::use_custom_theme()].

v0.92.1

Compare Source

Added
  • Updated zip dependency to v6.0. This requires a MSRV of 1.83.0.

  • Updated optional polars dependency to v0.52.

v0.92.0

Compare Source

Added

This release adds several features related to setting themes and default fonts.

  • Added support for setting a custom theme using a theme.xml file extracted from an XLSX file.
    See Workbook::use_custom_theme().

  • Added support for setting the Excel 2023/Aptos default theme. See
    Workbook::use_excel_2023_theme().

  • Added support for setting a custom default format and font. This allows to
    user to set a font other than "Calibri 11" as the default. This also takes the
    associated change in row height and column width into account to ensure that
    worksheet objects such as images and charts are positioned correctly.
    See Workbook::set_default_format().

  • Added option to set a "Calibri 11" font that isn't part of the theme.

    Request #​158.

Fixed
  • Fixed issue where setting a custom row height in character units wasn't
    rounded to the nearest pixel.

    Request #​158.


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 force-pushed the renovate/rust_xlsxwriter-0.x branch 2 times, most recently from f5492f0 to 676f6e3 Compare November 20, 2025 00:56
@renovate
renovate Bot force-pushed the renovate/rust_xlsxwriter-0.x branch from 676f6e3 to b934dee Compare January 6, 2026 21:57
@renovate
renovate Bot force-pushed the renovate/rust_xlsxwriter-0.x branch 2 times, most recently from 292dd0e to d0aab7c Compare January 27, 2026 18:10
@renovate renovate Bot changed the title fix(deps): update rust crate rust_xlsxwriter to 0.92 fix(deps): update rust crate rust_xlsxwriter to 0.93 Jan 27, 2026
@renovate
renovate Bot force-pushed the renovate/rust_xlsxwriter-0.x branch from d0aab7c to e03d7f4 Compare February 2, 2026 17:52
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.

0 participants