We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
change excel filed to any format is the same error!
Steps to reproduce the issue: 1.excel filed value is: 2422.3 , use type General(or other type) 2.the value after reading is:2422.3000000000002
Describe the results you received: 2422.3000000000002 Describe the results you expected: 2422.3
Output of go version: go1.15.5
go version
Excelize version or commit ID: master
Environment details (OS, Microsoft Excel™ version, physical, etc.): Linux and MacOs have the same error
The text was updated successfully, but these errors were encountered:
This issue duplicates with #848. could you provide any attachment or code to reproduce this issue?
Sorry, something went wrong.
f62c45f
I have fixed this issue, please try to upgrade the master branch code, and this patch will be released in the next version.
This closes qax-os#848 and closes qax-os#852, fix reading decimals pr…
3809146
…ecision
No branches or pull requests
change excel filed to any format is the same error!
Steps to reproduce the issue:
1.excel filed value is: 2422.3 , use type General(or other type)
2.the value after reading is:2422.3000000000002
Describe the results you received:
2422.3000000000002
Describe the results you expected:
2422.3
Output of
go version
:go1.15.5
Excelize version or commit ID:
master
Environment details (OS, Microsoft Excel™ version, physical, etc.):
Linux and MacOs have the same error
The text was updated successfully, but these errors were encountered: