fix(deps): update module github.com/xuri/excelize/v2 to v2.9.0 #50
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v2.8.1
->v2.9.0
Release Notes
xuri/excelize (github.com/xuri/excelize/v2)
v2.9.0
Compare Source
We are pleased to announce the release of version 2.9.0. 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
ConditionalFormatOptions
structure fieldFormat
as a pointer, resolve issue #1867Notable Features
DeleteSlicer
andGetSlicers
, related issue #810MoveSheet
to support changing sheet order in the workbook, related issue #1076AutoFitIgnoreAspect
field in theGraphicOptions
data type support for fill the cell with the image and ignore its aspect ratioTickLabelPosition
field in theChartAxis
data type support for set label position of the chartShowAll
,InsertBlankRow
andNumFmt
field in thePivotTableField
data typeClassicLayout
,FieldPrintTitles
andItemPrintTitles
in thePivotTableOptions
data typeChartTickLabelPositionType
andPictureInsertType
ChartLineUnset
enumeration valueExtURIDataField
,ExtURIPivotField
,ExtURIPivotFilter
andExtURIPivotHierarchy
ErrPivotTableClassicLayout
MergeCell
function support clear slave cells value when merging cellsAddDataValidation
,DeleteDataValidation
andGetCellStyle
functions support concurrency safe, related issues #1825GetDataValidations
function support get data validations which storage in the extension lists, related issue #1835SetSheetName
function support case sensitivity, related issue #1856GetPictureCells
andGetPictures
functions support for get the cell images inserted by IMAGE formula function and absolute paths for picturesSetCellHyperLink
function support remove hyperlink byNone
linkType, related issue #1940AddChart
function support create combo chart with same types, related issue #1940AddChart
function support set line type of scatter chartAddPivotTable
function, related issue #1945Improve the Compatibility
Bug Fixes
CalcCellValue
function support calculate formula functions ISNUMBER, OR and FIND with matrix arguments, resolve issue #1819CalcCellValue
function calculation result round issue, resolve issue #1851CalcCellValue
function returns incorrect result of formula functions XIRR and XNPV, resolve issue #1989RemoveCol
returns error when deleting columns, resolve issue #1829r
attributeAddChart
function set axis format doesn't work in combo chart, resolve issue #1921AddChart
function set incorrect primary axis titles positionAddChart
function set secondary vertical axis title is not displayed, resolve issue #1926AddChart
function set line type of line chart does not workGetPivotTables
function returns incorrect data range, resolve issue #1937GetStyle
function panic when theme withoutsysClr
, resolve issue #1963GetCellRichText
function returns error when read cell without SST index, resolve issue #1999SetSheetVisible
function panic on none views sheet, resolve issue #1969Performance
GetRows
function, related issue #1874ColumnNumberToName
function performance, reduce about 50% memory usage and 50% time costMiscellaneous
Thank you
Thanks for all the contributors to Excelize. Below is a list of contributors that have code contributions in this version:
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.
This PR was generated by Mend Renovate. View the repository job log.