Package | Description |
---|---|
org.zkoss.poi.hssf.usermodel |
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
|
org.zkoss.poi.ss.usermodel | |
org.zkoss.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.
|
CellValue |
HSSFFormulaEvaluator.evaluateFormula(int sheetIndex,
String formula,
Object ref) |
CellValue |
HSSFFormulaEvaluator.getCellValueByValueEval(ValueEval eval) |
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.
|
CellValue |
FormulaEvaluator.evaluateFormula(int sheetIndex,
String formula,
Object ref) |
CellValue |
FormulaEvaluator.getCellValueByValueEval(ValueEval eval) |
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.
|
CellValue |
XSSFFormulaEvaluator.evaluateFormula(int sheetIndex,
String formula,
Object ref) |
CellValue |
XSSFFormulaEvaluator.getCellValueByValueEval(ValueEval eval) |
Copyright © 2020. All rights reserved.