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
Steps to reproduce the issue:
A1 = .1 A2 = .2 A3 = formula A1 + A2
Value of A3 in Excel is .3
Describe the results you received:
Value returned from GetCellValue for A3 is 0.30000000000000004
Describe the results you expected:
Expected value returned from GetCellValue for A3 of 0.3
Output of go version:
go version
go version go1.15.3 windows/amd64
Excelize version or commit ID:
github.com/360EntSecGroup-Skylar/excelize v1.4.1
Environment details (OS, Microsoft Excel™ version, physical, etc.): Windows
The text was updated successfully, but these errors were encountered:
599a8cb
Thanks for your issue. I have fixed it, please try to use the master branch code, and this patch will be released in the next version.
Sorry, something went wrong.
Fixed qax-os#727, rounding numeric with precision for formula calcula…
1d6e84a
…tion
No branches or pull requests
Steps to reproduce the issue:
A1 = .1
A2 = .2
A3 = formula A1 + A2
Value of A3 in Excel is .3
Describe the results you received:
Value returned from GetCellValue for A3 is 0.30000000000000004
Describe the results you expected:
Expected value returned from GetCellValue for A3 of 0.3
Output of
go version
:Excelize version or commit ID:
Environment details (OS, Microsoft Excel™ version, physical, etc.):
Windows
The text was updated successfully, but these errors were encountered: