public class OptionalStringArrayCellCoercer extends TypeBasedCellValueCoercer<String[]>
| Modifier and Type | Field and Description |
|---|---|
static OptionalStringArrayCellCoercer |
INSTANCE
Instance of
OptionalStringArrayCellCoercer using default
separator. |
| Modifier | Constructor and Description |
|---|---|
protected |
OptionalStringArrayCellCoercer()
Creates a coercer with default separator.
|
| Modifier and Type | Method and Description |
|---|---|
protected String[] |
coerceBlankCell(org.apache.poi.ss.usermodel.Cell cell) |
protected String[] |
coerceStringCell(org.apache.poi.ss.usermodel.Cell cell) |
coerce, coerceBooleanCell, coerceFormulaCell, coerceNumericCell, liberallyParseInt, roundpublic static final OptionalStringArrayCellCoercer INSTANCE
OptionalStringArrayCellCoercer using default
separator.protected OptionalStringArrayCellCoercer()
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)Copyright © 2010–2017 Henix, henix.fr. All rights reserved.