Package | Description |
---|---|
org.zkoss.poi.hssf.model |
Provides low level API structures for reading, writing, modifying XLS files.
|
org.zkoss.poi.ss.usermodel | |
org.zkoss.poi.xssf.streaming | |
org.zkoss.zss.model.impl.sys.formula |
ZK Spreadsheet Internal Book Model Implementation classes.
|
Modifier and Type | Method and Description |
---|---|
static Ptg[] |
HSSFFormulaParser.parse(java.lang.String formula,
HSSFWorkbook workbook)
Convenience method for parsing cell formulas. see
HSSFFormulaParser.parse(String, HSSFWorkbook, int, int) |
static Ptg[] |
HSSFFormulaParser.parse(java.lang.String formula,
HSSFWorkbook workbook,
int formulaType) |
static Ptg[] |
HSSFFormulaParser.parse(java.lang.String formula,
HSSFWorkbook workbook,
int formulaType,
int sheetIndex) |
Modifier and Type | Method and Description |
---|---|
void |
Cell.setCellFormula(java.lang.String formula)
Sets formula for this cell.
|
Modifier and Type | Method and Description |
---|---|
void |
SXSSFCell.setCellFormula(java.lang.String formula)
Sets formula for this cell.
|
Modifier and Type | Method and Description |
---|---|
protected EvaluationResult |
FormulaEngineImpl.evaluateFormula(FormulaExpression expr,
FormulaEvaluationContext context,
EvalBook evalBook,
WorkbookEvaluator evaluator) |
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.