Skip to content

fix(deps): bump github.com/xuri/excelize/v2 from 2.9.0 to 2.9.1 in /api - #687

Merged
AchoArnold merged 1 commit into
mainfrom
dependabot/go_modules/api/github.com/xuri/excelize/v2-2.9.1
Jun 2, 2025
Merged

fix(deps): bump github.com/xuri/excelize/v2 from 2.9.0 to 2.9.1 in /api#687
AchoArnold merged 1 commit into
mainfrom
dependabot/go_modules/api/github.com/xuri/excelize/v2-2.9.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 1, 2025

Copy link
Copy Markdown
Contributor

Bumps github.com/xuri/excelize/v2 from 2.9.0 to 2.9.1.

Release notes

Sourced from github.com/xuri/excelize/v2's releases.

v2.9.1

We are pleased to announce the release of version 2.9.1. Featured are a handful of new areas of functionality and numerous bug fixes.

A summary of changes is available in the Release Notes. A full list of changes is available in the changelog.

Release Notes

The most notable changes in this release are:

Breaking Change

  • Upgrade requirements Go language version is 1.23 or later, for upgrade of dependency package golang.org/x/crypto
  • Change the data type of DataValidationType, DataValidationErrorStyle, DataValidationOperator, PictureInsertType from int to byte
  • SetCellInt function required int64 data type parameter, resolve issue #2068
  • When adding drawing objects such as pictures, charts, shapes, and form controls, the offset setting will no longer affect the size of the drawing object, related issue #2001

Notable Features

  • Add new fields GapWidth and Overlap in the Chart data type
  • Add new fields ShowDataTable and ShowDataTableKeys fields in the ChartPlotArea data type
  • Add new field Alignment in the ChartAxis data type
  • Add new field DataLabel in the ChartSeries data type
  • Add new field PageOrder for PageLayoutOptions data type
  • Add 2 new exported error variables: ErrPageSetupAdjustTo and ErrStreamSetColStyle
  • Add 2 new exported enumerations: HeaderFooterImagePositionType and IgnoredErrorsType
  • Add 2 new exported data types: CalcPropsOptions and HeaderFooterImageOptions
  • Add 2 new functions: SetCalcProps and GetCalcProps support setting and getting workbook calculation properties
  • Add new CultureNameJaJP, CultureNameKoKR and CultureNameZhTW enumeration values, support apply number format for the Japanese calendar years, the Korean Danki calendar and the Republic of China year, related issue #1885
  • Add new function AddHeaderFooterImage to support set graphics in a header and footer, related issue #1395
  • Add new function AddIgnoredErrors support to ignored error for a range of cells, related issue #2046
  • Add new function SetColStyle for streaming writer to support set columns style, related issue #2075
  • The AddChart and AddChartSheet function support set chart axis text direction and rotation, related issue #2025
  • The AddChart and AddChartSheet function support set gap width and overlap for column and bar chart, related issue #2033
  • The AddChart and AddChartSheet function support set the format of the chart series data label, related issue #2052
  • The AddChart and AddChartSheet function support set data table for chart, related issue #2117
  • The AddFormControl function support set cell link for check box, related issue #2113
  • The SetPageLayout function support set page order of page layout
  • The DeletePicture function support delete one cell anchor image, related issue #2059
  • An error will be return if the option value of the SetPageLayout function is invalid
  • Support adjust data validations cross multiple worksheets, related issue #2072
  • Support apply number format with hash and zero place holder, related issue #2058
  • Support apply number format with ? symbol
  • Support to insert one cell anchor drawing object when specified the positioning as "oneCell", related issue #2002

Bug Fixes

  • Fix a v2.9.0 regression bug, corrupted workbook generated by open the workbook generated by stream writer, resolve issue #2015
  • Fix redundant none type pattern fill generated, resolve issue #2014
  • Fix missing vertical and horizontal border styles in some case, resolve issue #2048
  • Fix conditional format's border styles missing in some case, resolve issue #2061

... (truncated)

Commits
  • 4180c20 This closes #2130, remove shared formula in calculation chain when remove row
  • 2c3d13f Using binary search instead of sequential search for cell (#2129)
  • 094ff39 This related with #2123, made editAs attribute value empty for one cell ancho...
  • d230ecd This closes #2126, fix sheet name error in defined name after rename sheet (#...
  • 8fdc26e This fixes #2001 and fixes #2002. Breaking changes: offsets no longer affect ...
  • efdfc52 This closes #2119, remove all temporary files on close workbook (#2120)
  • 3ccbdaa Clean shared formula cell cache on remove formula and simplify adjust formula...
  • b9f2c9e This closes #1961, add shared formula cell cache for speedup calculation (#2118)
  • 0f19d7f This closes #2117, support add data table for chart
  • 55cf0d4 Improve cell read performance by optimizing XML parsing (#2116)
  • Additional commits viewable 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 [github.com/xuri/excelize/v2](https://github.com/xuri/excelize) from 2.9.0 to 2.9.1.
- [Release notes](https://github.com/xuri/excelize/releases)
- [Commits](qax-os/excelize@v2.9.0...v2.9.1)

---
updated-dependencies:
- dependency-name: github.com/xuri/excelize/v2
  dependency-version: 2.9.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot requested a review from AchoArnold June 1, 2025 00:56
@dependabot @github

dependabot Bot commented on behalf of github Jun 1, 2025

Copy link
Copy Markdown
Contributor Author

The reviewers field in the dependabot.yml file will be removed soon. Please use the code owners file to specify reviewers for Dependabot PRs. For more information, see this blog post.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jun 1, 2025
@what-the-diff

what-the-diff Bot commented Jun 1, 2025

Copy link
Copy Markdown

PR Summary

  • Update of excelize/v2 package
    The version of excelize/v2, which is a library for reading and writing Excel files, has been updated from v2.9.0 to v2.9.1. This ensures we are using the latest and most optimized version that also includes new features or bug fixes if any.
  • Dependency Switch
    The dependency on mohae/deepcopy was removed and new dependency on tiendc/go-deepcopy added. Both libraries perform similar functions but the switch suggests that the new library offers additional benefits such as updated features or improved performance.
  • Update of xuri/efp, xuri/nfp packages
    The versions of xuri/efp and xuri/nfp libraries have been updated. This will bring any enhancements, bug fixes or performance improvements made in these latest versions.
  • Update of Golang Tooling
    The versions of several Golang libraries (crypto, net, sync, sys, text, image) have been updated. Updating these critical libraries keeps our project secure, performant, and capable of utilizing the most recent features from these libraries.

@AchoArnold
AchoArnold merged commit 19ee1f9 into main Jun 2, 2025
@dependabot
dependabot Bot deleted the dependabot/go_modules/api/github.com/xuri/excelize/v2-2.9.1 branch June 2, 2025 09:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant