You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This code works well with v2.3.1, but does not work in v2.3.2
If I remove the line file.DeleteSheet("Sheet1"), then the "No Default Sheet" contains the data, otherwise it's empty
The text was updated successfully, but these errors were encountered:
Thanks for your feedback, I confirmed this issue caused by PR #659, and I have fixed it, please try to use the master branch code, and this patch will be released in the next version.
Description
In case of writing data to a new worksheet and then deleted "Sheet1" (default one), the final file has no data at all
Steps to reproduce the issue:
Describe the results you received:
empty file
Describe the results you expected:
file with my data
Output of
go version
:Excelize version or commit ID:
Environment details (OS, Microsoft Excel™ version, physical, etc.):
System: MacOS
Use Numbers to open the files
Snippet
This code works well with v2.3.1, but does not work in v2.3.2
If I remove the line
file.DeleteSheet("Sheet1")
, then the "No Default Sheet" contains the data, otherwise it's emptyThe text was updated successfully, but these errors were encountered: