Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 30, 2025

Bumps rust_xlsxwriter from 0.90.2 to 0.91.0.

Changelog

Sourced from rust_xlsxwriter's changelog.

[0.91.0] - 2025-10-29

Added

  • Added support for chart clustered/2D categories. See the Clustered Chart cookbook example.

  • Added support for non-contiguous chart ranges like =(Sheet1!$A$1:$A$2,Sheet1!$A$4:$A$5). These can only be added as strings.

  • Added Table::set_alt_text() and Table::set_alt_text_title() methods to the [Table] object to allow alternative text to be specified for screen readers.

  • Added Worksheet::insert_image_fit_to_cell_centered() method to fit an image to a cell and also center it.

    [Request #157].

    [Request #157]: jmcnamara/rust_xlsxwriter#157

Commits
  • c5ebb68 release: 0.91.0
  • 2d92ec3 worksheet: improve embed_image() example
  • ad044b9 worksheet: add method to fit and center image in cell
  • 198d38f table: add alt text options
  • 9c1c16b chart: allow structured reference in chart series
  • 0d7f9db chart: add support for non-contiguous ranges
  • 750d782 chart: add support for clustered/2D categories
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [rust_xlsxwriter](https://github.com/jmcnamara/rust_xlsxwriter) from 0.90.2 to 0.91.0.
- [Changelog](https://github.com/jmcnamara/rust_xlsxwriter/blob/main/CHANGELOG.md)
- [Commits](jmcnamara/rust_xlsxwriter@v0.90.2...v0.91.0)

---
updated-dependencies:
- dependency-name: rust_xlsxwriter
  dependency-version: 0.91.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added automerge Automatically merge when all checks pass dependencies:backend Backend dependency updates labels Oct 30, 2025
@dependabot dependabot bot requested a review from grok-rs as a code owner October 30, 2025 06:26
@dependabot dependabot bot added automerge Automatically merge when all checks pass dependencies:backend Backend dependency updates labels Oct 30, 2025
@codecov
Copy link

codecov bot commented Oct 30, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge Automatically merge when all checks pass dependencies:backend Backend dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant