Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update excelize v2.8.0 & go module update #18

Merged
merged 1 commit into from
Dec 4, 2023

Conversation

tomtwinkle
Copy link
Owner

@tomtwinkle tomtwinkle commented Dec 4, 2023

update excelize v2.8.0 & go module update

https://github.com/qax-os/excelize/releases/tag/v2.8.0

Breaking Change
Rename exported variable ErrTableNameLength to ErrNameLength
Rename exported type PaneOptions to Selection
Rename the Runs field to Paragraph in the exported Comment data type
Remove the Lang field in the Style data type
Removed exported ChartTitle data type, and using the RichTextRun data type instead of it
Changed the data type for the DecimalPlaces to pointer of integer
Change the default point to pixels conversion factor, resolve issues #279 and #1536
Change the AddShape function signature: func (f *File) AddShape(sheet, cell string, opts *Shape) error to func (f *File) AddShape(sheet string, opts *Shape) error

@tomtwinkle tomtwinkle merged commit b38e7a2 into main Dec 4, 2023
1 check passed
@tomtwinkle tomtwinkle deleted the enhancement/excelize-update branch December 4, 2023 01:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant