-
-
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
File showing Corrupted #1640
Comments
Thanks for your issue. Which version of the Go language and Excelize library are you using? Could you follow the issue template and show us a complete, standalone example program or reproducible demo? |
Go version |
Description Steps to reproduce the issue: Create any excel document using this library , run it in Docker with alpine Docker base Output of go version: go version go1.17.7 Environment details (OS, Microsoft Excel™ version, physical, etc.): |
Thanks for your feedback. Please make sure you Go version is not 1.21.0 in your Docker, there are some incompatible changes in the Go 1.21.0 encoding/xml library, also reference reference the issues #1465, #1595, #1603, #1608, #1614, #1619, #1620, #1621, #1623, #1633, #1637 and #1641. If you are using the Go 1.17.7, please provide standalone example program or reproducible demo. |
No Docker Go version is not 1.21.0 |
Same here 1.21.0 corrupted file but on recovery sheets are visible but no data |
@mpietrowicz, please reference the issue in above reply. Please using the Go 1.20.7 and previous Go released version or waiting for the next Go minor releases. The Go 1.21.1 will be released in the September 6, 2023. |
@deb151292, there are many reasons can be caused workbook corrupted, still not have enough info of code and attachments to reproduce this issue, so I'll close this issue, if you have any questions, please let me know to reopen this anytime. |
When we are not using "streamWriter" its showing corrupted file . "streamWriter" does not support the HyperLink Feature so how can we do that . 2 years our application running suddenly the new update causing problem . its only happening in alpine docker that we are using as our server but its working in our local code .
The text was updated successfully, but these errors were encountered: