-
-
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
Can't read column with custom number format. #1658
Comments
Thanks for your issue. There are some incompatible changes in the Go 1.21.0, the Excelize library can not work with that version normally. If you are using the Go 1.21.x, please upgrade to the Go 1.21.1 and later version. I have added notice on the README and documentation website for this. In addition, as the documentation of the |
Thanks for your feedback. Could you provide a workbook as a file attachment without confidential info to reproducible this problem? |
note: the custom format on number column |
I have fixed this issue, please try to upgrade the master branch code, and this patch will be released in the next version. |
Hey @xuri , i am using excelize/v2, will this bug be fixed in that version as well? as i am facing the same issue |
Hi @deanx3, you can upgrade your Excelize module to the master branch to apply this patch by following command: go get -u github.com/xuri/excelize/v2@master |
- Fix a v2.8.0 regression bug, number format code apply result was empty - Fix calculate formula functions CHITEST and MMULT panic in some cases - Updated unit tests
Description
Can't read column with custom number format. specifically #
Steps to reproduce the issue:
Describe the results you received:
only got the column without custom number format
Describe the results you expected:
Output of
go version
:1.21
Environment details (OS, Microsoft Excel™ version, physical, etc.):
Linux
The text was updated successfully, but these errors were encountered: