-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
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
Value of a cell is changed to a floating point number if it contains only numerical values #1275
Comments
Thanks for your feedback. This issue has been fixed in v2.6.0, please update to the lasted version or using the master branch code. |
Hi, I tried out the new version v2.6.0 but sadly now when my value in the cell is "82_01_022_220131" what I recieve is an empty string. After hours of debugging I found out that a function named "bstrUnmarshal" takes in the value and returns an empty string for some reason. Can you please look in to it.
|
I have tested and it works well, could you provide the file attachment without confidential info? |
Thanks for your feedback, this issue was duplicate with #1219, I have fixed it, please upgrade to the master branch code, and this patch will be released in the next version. |
Ok, will do that. Thank You! |
Description
Steps to reproduce the issue:
Describe the results you received:
"808780876"
Describe the results you expected:
"8_08_78_08_76"
Output of
go version
:go 1.17
Excelize version or commit ID:
v2.5.0
Environment details (OS, Microsoft Excel™ version, physical, etc.):
Ubuntu 20.04.4 LTS
The text was updated successfully, but these errors were encountered: