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
Description Cell value in scientific notifications format will be rounded For example, 2.23E+00 will be round to 2e+00
2.23E+00
2e+00
Steps to reproduce the issue:
Describe the results you received: 2e+00
Describe the results you expected: 2.23E+00 or 2.23
2.23
Output of go version:
go version
go version go1.16.5 darwin/arm64
Excelize version or commit ID:
v2.3.2
The text was updated successfully, but these errors were encountered:
2d8b5b1
Thanks for your issue, I have fixed it, please upgrade to the master branch code, and this patch will be released in the next version.
Sorry, something went wrong.
This closes qax-os#1027 and closes qax-os#1028
15f6dd6
* Fix build-in scientific number format failed * An error will be returned if given an invalid custom number format when creating a new style
No branches or pull requests
Description
Cell value in scientific notifications format will be rounded
For example,
2.23E+00
will be round to2e+00
Steps to reproduce the issue:
Describe the results you received:
2e+00
Describe the results you expected:
2.23E+00
or2.23
Output of
go version
:Excelize version or commit ID:
The text was updated successfully, but these errors were encountered: