Description
Cell value in scientific notifications format will be rounded
For example, 2.23E+00 will be round to 2e+00
Steps to reproduce the issue:
- Change cell value to scientific notifications format
- Read rows
Describe the results you received:
2e+00
Describe the results you expected:
2.23E+00 or 2.23
Output of go version:
go version go1.16.5 darwin/arm64
Excelize version or commit ID: