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
I'm trying to process a file that I got from another service (meaning I can't change it anyway but in my code using your lib), anyway I can't get a cell value from it, i got a panic. If I save it with file.SaveAs() and try to open a new file - i got an issue from the title. If i open the file in Excel then save it - I can process it using your library without any problems. File with problems is attached. TestExcel2311.xlsx
Thanks in advance for your help
The text was updated successfully, but these errors were encountered:
Thanks for your issue. I have tested your attachment workbook with lasted version and it works well. Which version of the Excelize library are you using? Could you show us a complete, standalone example program or reproducible demo? Note that, there are some incompatible changes in the Go 1.21.0, the Excelize library can not working with that version normally, if you are using the Go 1.21.x, please upgrade to the Go 1.21.1 and later version.
Thanks for your feedback. This issue similar with #1723, and has been fixed in #1692. Please upgrade to the master branch code. This patch will be released in the next version.
Hello.
I'm trying to process a file that I got from another service (meaning I can't change it anyway but in my code using your lib), anyway I can't get a cell value from it, i got a panic. If I save it with file.SaveAs() and try to open a new file - i got an issue from the title. If i open the file in Excel then save it - I can process it using your library without any problems. File with problems is attached.
TestExcel2311.xlsx
Thanks in advance for your help
The text was updated successfully, but these errors were encountered: