-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Description
GetCellStyle() only gets the style index, which is integer, of a cell. And the style index can't be related to a certain cell format. I need to get the cell format, like general, date, time, percentage, number, text. Or cell value type like int, string, float64, bool. Since Excel stores date and time as int and float, date or time format can be return as float.
Describe the results you expected:
| -- | A | B |
|---|---|---|
| 1 | Mike | 23 |
| 2 | Sarah | 20 |
GetCellType(sheet, "A1")
string
GetCellType(sheet, "B1")
int
YoungLC, svip, huhaibing, Splizard, gmolau and 7 more
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request