Skip to content

Bump github.com/xuri/excelize/v2 from 2.9.0 to 2.9.1#334

Merged
harp-intel merged 2 commits into
mainfrom
dependabot/go_modules/github.com/xuri/excelize/v2-2.9.1
May 13, 2025
Merged

Bump github.com/xuri/excelize/v2 from 2.9.0 to 2.9.1#334
harp-intel merged 2 commits into
mainfrom
dependabot/go_modules/github.com/xuri/excelize/v2-2.9.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 13, 2025

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 added dependencies Pull requests that update a dependency file go Pull requests that update go code labels May 13, 2025
@dependabot dependabot Bot requested a review from harp-intel as a code owner May 13, 2025 08:29
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels May 13, 2025
@harp-intel harp-intel merged commit 6ff09fb into main May 13, 2025
2 checks passed
@harp-intel harp-intel deleted the dependabot/go_modules/github.com/xuri/excelize/v2-2.9.1 branch May 13, 2025 12:23
echiugoog pushed a commit to echiugoog/PerfSpect that referenced this pull request May 21, 2025
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jason Harper <jason.m.harper@intel.com>
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