public final class OptionalDateCellCoercer extends TypeBasedCellValueCoercer<Date> implements CellValueCoercer<Date>
Date. Handles both excel-style date cells and string cells containing an
iso-whatever formatted date.| Modifier and Type | Field and Description |
|---|---|
static OptionalDateCellCoercer |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
protected Date |
coerceBlankCell(org.apache.poi.ss.usermodel.Cell cell) |
protected Date |
coerceNumericCell(org.apache.poi.ss.usermodel.Cell cell) |
protected Date |
coerceStringCell(org.apache.poi.ss.usermodel.Cell cell) |
coerce, coerceBooleanCell, coerceFormulaCell, liberallyParseInt, roundclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcoercepublic static final OptionalDateCellCoercer INSTANCE
protected Date coerceBlankCell(org.apache.poi.ss.usermodel.Cell cell)
coerceBlankCell in class TypeBasedCellValueCoercer<Date>TypeBasedCellValueCoercer.coerceBlankCell(org.apache.poi.ss.usermodel.Cell)protected Date coerceStringCell(org.apache.poi.ss.usermodel.Cell cell)
coerceStringCell in class TypeBasedCellValueCoercer<Date>TypeBasedCellValueCoercer.coerceStringCell(org.apache.poi.ss.usermodel.Cell)protected Date coerceNumericCell(org.apache.poi.ss.usermodel.Cell cell)
coerceNumericCell in class TypeBasedCellValueCoercer<Date>TypeBasedCellValueCoercer.coerceNumericCell(org.apache.poi.ss.usermodel.Cell)Copyright © 2010–2017 Henix, henix.fr. All rights reserved.