You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This problem has been ignored for a long time.
I am dealing with this issue with excel sheets exported from google sheets, with cells set as "plain text" in google sheets.
Numbers are read as float for some reason.
Sorry for may late reply. This library support GetCellType to get cell data type since v2.5.0, so you can convert the cell value from string to any data type you need. Please reference issue #414, and #520 for information.
Description
Is it possible to specify data types for the given columns such as i want few columns to be read as date and few of them as tring
Data is very confidential so not posting any of the content here
Steps to reproduce the issue:
Describe the results you received:
column values are returned as float values.
5.90606077E+08 | 966.0
Describe the results you expected:
590606077 | 966
Output of
go version
:Excelize version or commit ID:
Environment details (OS, Microsoft Excel™ version, physical, etc.):
macOS Big Sur version 11.2.1
google sheets
The text was updated successfully, but these errors were encountered: