Package | Description |
---|---|
org.zkoss.poi.hssf.usermodel |
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
Related Documentation
For overviews, tutorials, examples, guides, and tool documentation, please see:
Apache POI Project
|
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,
java.lang.String formula,
java.lang.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,
java.lang.String formula,
java.lang.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,
java.lang.String formula,
java.lang.Object ref) |
CellValue |
XSSFFormulaEvaluator.getCellValueByValueEval(ValueEval eval) |
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.