-
Notifications
You must be signed in to change notification settings - Fork 17
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
only orginal format #26
Comments
The array element with the key "o" from readRowsWithStyles() returns the original value stored in the cell, without any conversion. But in Excel, the numbers are displayed in "float" format. For example, the number 12345678909 is displayed as is, but the number 123456789098 is displayed as 1.234567E+11 |
readRowsWithStyles contain too many other keys |
If you're concerned about performance impact, I doubt it will matter that much but ¯\(ツ)/¯ |
hi
i need a method to get only orginal value of cells without any change like o in readRowsWithStyles
i do not want to change numbers for example 2.550010661102E+29
is it possible?
The text was updated successfully, but these errors were encountered: