public final class ImportModeCellCoercer extends TypeBasedCellValueCoercer<ImportMode>
| Modifier and Type | Field and Description |
|---|---|
static ImportModeCellCoercer |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
protected ImportMode |
coerceBlankCell(org.apache.poi.ss.usermodel.Cell cell)
Blank cell means default value means
ImportMode.UPDATE. |
protected ImportMode |
coerceStringCell(org.apache.poi.ss.usermodel.Cell cell) |
coerce, coerceBooleanCell, coerceFormulaCell, coerceNumericCell, liberallyParseInt, roundpublic static final ImportModeCellCoercer INSTANCE
protected ImportMode coerceBlankCell(org.apache.poi.ss.usermodel.Cell cell)
ImportMode.UPDATE.coerceBlankCell in class TypeBasedCellValueCoercer<ImportMode>TypeBasedCellValueCoercer.coerceBlankCell(org.apache.poi.ss.usermodel.Cell)protected ImportMode coerceStringCell(org.apache.poi.ss.usermodel.Cell cell)
coerceStringCell in class TypeBasedCellValueCoercer<ImportMode>TypeBasedCellValueCoercer.coerceStringCell(org.apache.poi.ss.usermodel.Cell)Copyright © 2010–2017 Henix, henix.fr. All rights reserved.