-
-
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
GetRows returns incorrect cell content which uses formula TEXT(C4,"YYYYMMDD") #1665
Comments
Thanks for your issue. Could you follow the issue template, and show us a complete, standalone example program or reproducible demo? |
Thanks for your feedback. Which version of the Go language and Excelize library are you using? Could you follow the issue template, provide a workbook as attachments without confidential info? |
golang version go.mod file
here is excel file |
Thanks for your issue. I have fixed this issue, please try to upgrade the master branch code, and this patch will be released in the next version. |
- Improve compatibility for absolute path drawing part - Fix incorrect table ID generated in the workbook which contains single table cells - Fix missing relationship parts in the content types in some cases - Upgrade number format parser to fix missing literal tokens in some cases - Update built-in zh-cn and zh-tw language number format - Ref qax-os#65, init new formula function: TEXT - Remove duplicate style-related variables - Update the unit tests
The text was updated successfully, but these errors were encountered: