public class OptionalOneBasedIndexCellCoercer extends OptionalIntegerCellCoercer
| Modifier and Type | Field and Description |
|---|---|
static OptionalOneBasedIndexCellCoercer |
INSTANCE |
| Constructor and Description |
|---|
OptionalOneBasedIndexCellCoercer() |
| Modifier and Type | Method and Description |
|---|---|
protected Integer |
coerceNumericCell(org.apache.poi.ss.usermodel.Cell cell) |
protected Integer |
coerceStringCell(org.apache.poi.ss.usermodel.Cell cell) |
coerceBlankCellcoerce, coerceBooleanCell, coerceFormulaCell, liberallyParseInt, roundclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcoercepublic static final OptionalOneBasedIndexCellCoercer INSTANCE
protected Integer coerceStringCell(org.apache.poi.ss.usermodel.Cell cell) throws NumberFormatException
coerceStringCell in class OptionalIntegerCellCoercerNumberFormatExceptionOptionalIntegerCellCoercer.coerceStringCell(org.apache.poi.ss.usermodel.Cell)protected Integer coerceNumericCell(org.apache.poi.ss.usermodel.Cell cell)
coerceNumericCell in class OptionalIntegerCellCoercerOptionalIntegerCellCoercer.coerceNumericCell(org.apache.poi.ss.usermodel.Cell)Copyright © 2010–2017 Henix, henix.fr. All rights reserved.