public final class StringCellCoercer extends TypeBasedCellValueCoercer<String> implements CellValueCoercer<String>
| Modifier and Type | Field and Description |
|---|---|
static StringCellCoercer |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
protected String |
coerceBlankCell(org.apache.poi.ss.usermodel.Cell cell) |
protected String |
coerceNumericCell(org.apache.poi.ss.usermodel.Cell cell) |
protected String |
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 StringCellCoercer INSTANCE
protected String coerceBlankCell(org.apache.poi.ss.usermodel.Cell cell)
coerceBlankCell in class TypeBasedCellValueCoercer<String>TypeBasedCellValueCoercer.coerceBlankCell(org.apache.poi.ss.usermodel.Cell)protected String coerceStringCell(org.apache.poi.ss.usermodel.Cell cell)
coerceStringCell in class TypeBasedCellValueCoercer<String>TypeBasedCellValueCoercer.coerceStringCell(org.apache.poi.ss.usermodel.Cell)protected String coerceNumericCell(org.apache.poi.ss.usermodel.Cell cell)
coerceNumericCell in class TypeBasedCellValueCoercer<String>TypeBasedCellValueCoercer.coerceNumericCell(org.apache.poi.ss.usermodel.Cell)Copyright © 2010–2017 Henix, henix.fr. All rights reserved.