-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
It would be useful to be able to get cell values as float64 or time.Time (which it is currently possible to set them as), e.g. GetCellFloatValue or GetCellTimeValue. An ability to check type like #417, would help here. An error could be returned if one requested the wrong type. Particularly dates can be hard to parse, considering the date format yielded by Excelize is a bit unusual. And it's not implausible that a user entered such a format as text, meaning some sort of code that wasn't a date. (Honestly, why doesn't Excelize return an ISO formatted time stamp, since it doesn't actually look like the date I see in Excel (which is usually locale based anyway)?)
acidobinario, cinakyn, sanoanalytics, gmolau, IvanTurgenev and 2 more
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request