fix(deps): update module github.com/xuri/excelize/v2 to v2.8.0 - autoclosed #16
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.7.1
->v2.8.0
Release Notes
xuri/excelize (github.com/xuri/excelize/v2)
v2.8.0
Compare Source
We are pleased to announce the release of version 2.8.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
ErrTableNameLength
toErrNameLength
PaneOptions
toSelection
Runs
field toParagraph
in the exportedComment
data typeLang
field in theStyle
data typeChartTitle
data type, and using theRichTextRun
data type instead of itDecimalPlaces
to pointer of integerAddShape
function signature:func (f *File) AddShape(sheet, cell string, opts *Shape) error
tofunc (f *File) AddShape(sheet string, opts *Shape) error
Notable Features
ErrExistsTableName
andErrorFormControlValue
ShortDatePattern
,LongDatePattern
,LongTimePattern
andCultureInfo
in theOptions
data type, related issue #1199CultureName
enumeration for country codeGetTables
andDeleteTable
support to get and remove tables, related issues #674 and #1454GetStyle
support to get style definitions, related issues #314, #1520 and #1521GetPanes
support to get sheet panes and view selectionAddFormControl
,GetFormControls
andDeleteFormControl
support to form controls, related issues #301 and #1169AddChart
function support set primary titles, related issue #1553AddChart
function support creating chart with a secondary series axis, related issue #518AddChart
function support formatting and setting rich text titles for the chart, related issue #1588AddShape
function, an error will be returned if no shape type is specifiedGetPictures
function support read one cell anchor pictures, related issue #1585NewConditionalStyle
function support to create a conditional format with number format and protection, related issue #1610Improve the Compatibility
Bug Fixes
Performance
Miscellaneous
xlsxTabColor
data type, using thexlsxColor
data type instead ofxlsxTabColor
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 has been generated by Mend Renovate. View repository job log here.