[PR #829] fix(deps): bump github.com/xuri/excelize/v2 from 2.10.0 to 2.10.1 in /api #830

Open
opened 2026-03-03 16:40:20 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NdoleStudio/httpsms/pull/829
Author: @dependabot[bot]
Created: 3/1/2026
Status: 🔄 Open

Base: mainHead: dependabot/go_modules/api/github.com/xuri/excelize/v2-2.10.1


📝 Commits (1)

  • 5b2af38 fix(deps): bump github.com/xuri/excelize/v2 in /api

📊 Changes

2 files changed (+3 additions, -3 deletions)

View changed files

📝 api/go.mod (+1 -1)
📝 api/go.sum (+2 -2)

📄 Description

Bumps github.com/xuri/excelize/v2 from 2.10.0 to 2.10.1.

Release notes

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

v2.10.1

We are pleased to announce the release of version 2.10.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

Removed three exported error variables: ErrStreamSetColStyle, ErrStreamSetColWidth, and ErrStreamSetPanes.

Notable Features

  • Added the ChartDataPoint data type
  • Added the DataPoint field to ChartSeries
  • Added the DropLines and HighLowLines fields to ChartAxis
  • Added the Name field to GraphicOptions
  • Added two constants: MaxGraphicAltTextLength and MaxGraphicNameLength
  • Added 7 exported error variables: ErrFillType, ErrFillGradientColor, ErrFillGradientShading, ErrFillPatternColor, ErrFillPattern, ErrMaxGraphicAltTextLength and ErrMaxGraphicNameLength
  • Added the exported function GetHyperLinkCells to retrieve hyperlink cells, related issue #1607
  • Added the exported function GetSheetProtection to retrieve sheet protection settings
  • The AddComment function now returns an error when adding a comment to a cell that already has one
  • Added support for inserting ICO images, related issue #2234
  • The CalcCellValue function now supports two formula functions: SORTBY and UNIQUE
  • The AddChart and AddChartSheet functions now support setting data point colors for doughnut, pie, and 3D pie charts, related issue #1904
  • The AddChart function now supports configuring font families for East Asian and complex-script fonts
  • The AddChart function now supports drop lines and high-low lines for area and line charts
  • The GetPictures function can now return partial formatting properties, related issue #2157
  • Added the SetColVisible function to the streaming writer to set column visibility, related issue #2075
  • Added the SetColOutlineLevel function to the streaming writer to group columns, related issue #2212
  • The AddShape and AddSlicer functions now support one-cell anchor positioning for shapes and slicers
  • The GetSlicers function now supports retrieving slicers with one-cell anchor positioning
  • The SetConditionalFormat, GetConditionalFormats, and UnsetConditionalFormat functions now support the 3 triangles, 3 stars, and 5 boxes icon set conditional formats, related issue #2038
  • The UnsetConditionalFormat function now supports deleting a conditional format rule or data validation for a specific cell within a cell range
  • The AddPicture and AddPictureFromBytes functions now support setting the picture name
  • The AddChart and AddShape functions now support setting names and alternative text for charts and shapes
  • The AddSlicer function now supports setting alternative text for slicers
  • Added validation for graphic names and alternative text length; returns an error when the length exceeds the limit
  • Added UTF-16-aware length checking and truncation

Improve the Compatibility

  • Removed empty rows on save, reducing the generated workbook file size

Bug Fixes

  • Fixed a v2.10.0 regression where the GetCellValue and GetRows functions returned shared string indexes for empty strings, resolve issue #2240
  • Fixed GetPivotTables panicking when retrieving pivot tables in some cases

... (truncated)

Commits
  • 5ad5ab3 Update GitHub Actions workflow configuration, test on Go 1.26.x (#2262)
  • 52dd99a This closes #2259, add value check for prevent using invalid fill type when c...
  • 4917cff This closes #2254, fixx duplicate style creation when using default font or f...
  • 38eb7c1 Trim single quotes from sheet names to fix calculation engine resolve referen...
  • 2dcfb60 This closes #2240, fix GetCellValue returning shared string index for empty s...
  • f5f68f8 Ref #1607, introduce new functions GetHyperLinkCells and GetSheetProtection
  • 6ad51b2 Support set drop lines and high-low lines for area and line charts (#2250)
  • 37b730a Apply font family settings for east asian and complex script fonts (#2249)
  • 7b57409 Support delete conditional format rule or data validation by specific cell fr...
  • 8b325dc Fix DeleteDataValidation with unordered sqref ranges (#2248)
  • 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 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/NdoleStudio/httpsms/pull/829 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/1/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `dependabot/go_modules/api/github.com/xuri/excelize/v2-2.10.1` --- ### 📝 Commits (1) - [`5b2af38`](https://github.com/NdoleStudio/httpsms/commit/5b2af3850a465d6fb40021eeb5663d899d752579) fix(deps): bump github.com/xuri/excelize/v2 in /api ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `api/go.mod` (+1 -1) 📝 `api/go.sum` (+2 -2) </details> ### 📄 Description Bumps [github.com/xuri/excelize/v2](https://github.com/xuri/excelize) from 2.10.0 to 2.10.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/xuri/excelize/releases">github.com/xuri/excelize/v2's releases</a>.</em></p> <blockquote> <h2>v2.10.1</h2> <p>We are pleased to announce the release of version 2.10.1. Featured are a handful of new areas of functionality and numerous bug fixes.</p> <p>A summary of changes is available in the <a href="https://github.com/xuri/excelize/releases/tag/v2.10.1">Release Notes</a>. A full list of changes is available in the <a href="https://github.com/xuri/excelize/compare/v2.10.0...v2.10.1">changelog</a>.</p> <h2>Release Notes</h2> <p>The most notable changes in this release are:</p> <h3>Breaking Change</h3> <p>Removed three exported error variables: <code>ErrStreamSetColStyle</code>, <code>ErrStreamSetColWidth</code>, and <code>ErrStreamSetPanes</code>.</p> <h3>Notable Features</h3> <ul> <li>Added the <code>ChartDataPoint</code> data type</li> <li>Added the <code>DataPoint</code> field to <code>ChartSeries</code></li> <li>Added the <code>DropLines</code> and <code>HighLowLines</code> fields to <code>ChartAxis</code></li> <li>Added the <code>Name</code> field to <code>GraphicOptions</code></li> <li>Added two constants: <code>MaxGraphicAltTextLength</code> and <code>MaxGraphicNameLength</code></li> <li>Added 7 exported error variables: <code>ErrFillType</code>, <code>ErrFillGradientColor</code>, <code>ErrFillGradientShading</code>, <code>ErrFillPatternColor</code>, <code>ErrFillPattern</code>, <code>ErrMaxGraphicAltTextLength</code> and <code>ErrMaxGraphicNameLength</code></li> <li>Added the exported function <code>GetHyperLinkCells</code> to retrieve hyperlink cells, related issue <a href="https://redirect.github.com/xuri/excelize/issues/1607">#1607</a></li> <li>Added the exported function <code>GetSheetProtection</code> to retrieve sheet protection settings</li> <li>The <code>AddComment</code> function now returns an error when adding a comment to a cell that already has one</li> <li>Added support for inserting ICO images, related issue <a href="https://redirect.github.com/xuri/excelize/issues/2234">#2234</a></li> <li>The <code>CalcCellValue</code> function now supports two formula functions: SORTBY and UNIQUE</li> <li>The <code>AddChart</code> and <code>AddChartSheet</code> functions now support setting data point colors for doughnut, pie, and 3D pie charts, related issue <a href="https://redirect.github.com/xuri/excelize/issues/1904">#1904</a></li> <li>The <code>AddChart</code> function now supports configuring font families for East Asian and complex-script fonts</li> <li>The <code>AddChart</code> function now supports drop lines and high-low lines for area and line charts</li> <li>The <code>GetPictures</code> function can now return partial formatting properties, related issue <a href="https://redirect.github.com/xuri/excelize/issues/2157">#2157</a></li> <li>Added the <code>SetColVisible</code> function to the streaming writer to set column visibility, related issue <a href="https://redirect.github.com/xuri/excelize/issues/2075">#2075</a></li> <li>Added the <code>SetColOutlineLevel</code> function to the streaming writer to group columns, related issue <a href="https://redirect.github.com/xuri/excelize/issues/2212">#2212</a></li> <li>The <code>AddShape</code> and <code>AddSlicer</code> functions now support one-cell anchor positioning for shapes and slicers</li> <li>The <code>GetSlicers</code> function now supports retrieving slicers with one-cell anchor positioning</li> <li>The <code>SetConditionalFormat</code>, <code>GetConditionalFormats</code>, and <code>UnsetConditionalFormat</code> functions now support the 3 triangles, 3 stars, and 5 boxes icon set conditional formats, related issue <a href="https://redirect.github.com/xuri/excelize/issues/2038">#2038</a></li> <li>The <code>UnsetConditionalFormat</code> function now supports deleting a conditional format rule or data validation for a specific cell within a cell range</li> <li>The <code>AddPicture</code> and <code>AddPictureFromBytes</code> functions now support setting the picture name</li> <li>The <code>AddChart</code> and <code>AddShape</code> functions now support setting names and alternative text for charts and shapes</li> <li>The <code>AddSlicer</code> function now supports setting alternative text for slicers</li> <li>Added validation for graphic names and alternative text length; returns an error when the length exceeds the limit</li> <li>Added UTF-16-aware length checking and truncation</li> </ul> <h3>Improve the Compatibility</h3> <ul> <li>Removed empty rows on save, reducing the generated workbook file size</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Fixed a v2.10.0 regression where the <code>GetCellValue</code> and <code>GetRows</code> functions returned shared string indexes for empty strings, resolve issue <a href="https://redirect.github.com/xuri/excelize/issues/2240">#2240</a></li> <li>Fixed <code>GetPivotTables</code> panicking when retrieving pivot tables in some cases</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/qax-os/excelize/commit/5ad5ab3af0054c55bdce09f1530085600e9f2e45"><code>5ad5ab3</code></a> Update GitHub Actions workflow configuration, test on Go 1.26.x (<a href="https://redirect.github.com/xuri/excelize/issues/2262">#2262</a>)</li> <li><a href="https://github.com/qax-os/excelize/commit/52dd99abd0338bef63bf899aa3f8b845256c07d9"><code>52dd99a</code></a> This closes <a href="https://redirect.github.com/xuri/excelize/issues/2259">#2259</a>, add value check for prevent using invalid fill type when c...</li> <li><a href="https://github.com/qax-os/excelize/commit/4917cff6d84d2d7b473a7c5bce63905dc6718c9f"><code>4917cff</code></a> This closes <a href="https://redirect.github.com/xuri/excelize/issues/2254">#2254</a>, fixx duplicate style creation when using default font or f...</li> <li><a href="https://github.com/qax-os/excelize/commit/38eb7c12dd4066c2615f5e08139d91cf1fa5291a"><code>38eb7c1</code></a> Trim single quotes from sheet names to fix calculation engine resolve referen...</li> <li><a href="https://github.com/qax-os/excelize/commit/2dcfb6085068ad414d49df4ce965488b7945455a"><code>2dcfb60</code></a> This closes <a href="https://redirect.github.com/xuri/excelize/issues/2240">#2240</a>, fix GetCellValue returning shared string index for empty s...</li> <li><a href="https://github.com/qax-os/excelize/commit/f5f68f85c9dde65d96dfd8a5979ab9d9dba864db"><code>f5f68f8</code></a> Ref <a href="https://redirect.github.com/xuri/excelize/issues/1607">#1607</a>, introduce new functions GetHyperLinkCells and GetSheetProtection</li> <li><a href="https://github.com/qax-os/excelize/commit/6ad51b21f454acc6e057633ac3971586906f525d"><code>6ad51b2</code></a> Support set drop lines and high-low lines for area and line charts (<a href="https://redirect.github.com/xuri/excelize/issues/2250">#2250</a>)</li> <li><a href="https://github.com/qax-os/excelize/commit/37b730abeeed42da10d4c91531c7d7df7d19795f"><code>37b730a</code></a> Apply font family settings for east asian and complex script fonts (<a href="https://redirect.github.com/xuri/excelize/issues/2249">#2249</a>)</li> <li><a href="https://github.com/qax-os/excelize/commit/7b57409533bd4a28fd342cfed5881435ab81e7d6"><code>7b57409</code></a> Support delete conditional format rule or data validation by specific cell fr...</li> <li><a href="https://github.com/qax-os/excelize/commit/8b325dc29c892c5b92c430fdc9b4cbade1f95f63"><code>8b325dc</code></a> Fix DeleteDataValidation with unordered sqref ranges (<a href="https://redirect.github.com/xuri/excelize/issues/2248">#2248</a>)</li> <li>Additional commits viewable in <a href="https://github.com/xuri/excelize/compare/v2.10.0...v2.10.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/xuri/excelize/v2&package-manager=go_modules&previous-version=2.10.0&new-version=2.10.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/httpsms#830
No description provided.