-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
empty sheetname will cause damaged file #1361
Labels
bug
Something isn't working
Comments
Adding err to |
Thanks for your issue, I have fixed it. Please upgrade to the master branch code, and this patch will be released in the next version. |
xuri
added a commit
to carbin-gun/excelize
that referenced
this issue
Oct 9, 2022
- Fix default number format parse issue with a long string of digits - Fix creating a sheet with an empty name cause a corrupted file - The `GetCellStyle` function no longer return master cell style of the merge cell range - Using the specialized name in variables and functions
xuri
added a commit
to JDavidVR/excelize
that referenced
this issue
Jul 11, 2023
- Fix default number format parse issue with a long string of digits - Fix creating a sheet with an empty name cause a corrupted file - The `GetCellStyle` function no longer return master cell style of the merge cell range - Using the specialized name in variables and functions
jenbonzhang
pushed a commit
to jenbonzhang/excelize
that referenced
this issue
Oct 22, 2023
- Fix default number format parse issue with a long string of digits - Fix creating a sheet with an empty name cause a corrupted file - The `GetCellStyle` function no longer return master cell style of the merge cell range - Using the specialized name in variables and functions
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Steps to reproduce the issue:
workbook.xml
inner test.xlsx file.Describe the results you received:
I got a damaged excel file.
Describe the results you expected:
Err returned by Method
NewSheet
or other Export-class Methods.Output of
go version
:Excelize version or commit ID:
Environment details (OS, Microsoft Excel™ version, physical, etc.):
Microsoft® Excel® 适用于 Microsoft 365MSO (版本 2208 Build 16.0.15601.20148) 64 位
The text was updated successfully, but these errors were encountered: