Package | Description |
---|---|
org.apache.poi.hssf.usermodel |
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
|
org.apache.poi.ss.usermodel | |
org.apache.poi.xssf.usermodel |
Modifier and Type | Method and Description |
---|---|
CellValue |
HSSFFormulaEvaluator.evaluate(Cell cell)
If cell contains a formula, the formula is evaluated and returned,
else the CellValue simply copies the appropriate cell value from
the cell and also its cell type.
|
Modifier and Type | Field and Description |
---|---|
static CellValue |
CellValue.FALSE |
static CellValue |
CellValue.TRUE |
Modifier and Type | Method and Description |
---|---|
CellValue |
FormulaEvaluator.evaluate(Cell cell)
If cell contains a formula, the formula is evaluated and returned,
else the CellValue simply copies the appropriate cell value from
the cell and also its cell type.
|
static CellValue |
CellValue.getError(int errorCode) |
static CellValue |
CellValue.valueOf(boolean booleanValue) |
Modifier and Type | Method and Description |
---|---|
CellValue |
XSSFFormulaEvaluator.evaluate(Cell cell)
If cell contains a formula, the formula is evaluated and returned,
else the CellValue simply copies the appropriate cell value from
the cell and also its cell type.
|
Copyright 2014 The Apache Software Foundation or its licensors, as applicable.