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.formula |
This package contains common internal POI code for manipulating formulas.
|
org.zkoss.poi.ss.usermodel | |
org.zkoss.poi.xssf.usermodel |
Modifier and Type | Class and Description |
---|---|
class |
HSSFFormulaEvaluator
Evaluates formula cells.
|
Modifier and Type | Method and Description |
---|---|
static void |
CollaboratingWorkbooksEnvironment.setup(java.lang.String[] workbookNames,
FormulaEvaluator[] evaluators) |
Modifier and Type | Method and Description |
---|---|
FormulaEvaluator |
CreationHelper.createFormulaEvaluator()
Creates FormulaEvaluator - an object that evaluates formula cells.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
DataFormatter.formatCellValue(Cell cell,
FormulaEvaluator evaluator)
Returns the formatted value of a cell as a String regardless
of the cell type.
|
Modifier and Type | Class and Description |
---|---|
class |
XSSFFormulaEvaluator
Evaluates formula cells.
|
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.