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