Uses of Class
com.github.tonyluo.excel.annotation.ExcelCell
Package | Description |
---|---|
com.github.tonyluo.excel.util |
-
Uses of ExcelCell in com.github.tonyluo.excel.util
Methods in com.github.tonyluo.excel.util with parameters of type ExcelCell Modifier and Type Method Description static java.util.Date
FieldParser. parseDate(java.lang.String value, ExcelCell excelCell)
static java.time.Instant
FieldParser. parseInstant(java.lang.String value, ExcelCell excelCell)
static java.time.Instant
FieldParser. parseInstantFromString(java.lang.String value, ExcelCell excelCell)