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 have a cell with percent format.
When the content is not valid, etc 7_10000_1, GetRows will return 7100001%.
Libs from other languages will give me string "7_10000_1"
Description
I have a cell with percent format.
When the content is not valid, etc 7_10000_1, GetRows will return 7100001%.
Libs from other languages will give me string "7_10000_1"
Steps to reproduce the issue:
1.clone https://github.com/darjun/temp/tree/main/excelize
2.cd excelize && go run main.go
go version: 1.19
excelize version: 2.6.1
The text was updated successfully, but these errors were encountered: