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.formula.ptg |
formula package contains binary PTG structures used in Formulas
Related Documentation
For overviews, tutorials, examples, guides, and tool documentation, please see:
Apache POI Project
|
org.zkoss.poi.xssf.usermodel | |
org.zkoss.zss.model.impl.sys.formula |
ZK Spreadsheet Internal Book Model Implementation classes.
|
Modifier and Type | Class and Description |
---|---|
class |
HSSFEvaluationWorkbook
Internal POI use only
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
FormulaRenderer.toFormulaCopyText(FormulaRenderingWorkbook book,
Ptg[] tokens,
java.lang.String formula) |
static java.lang.String |
FormulaRenderer.toFormulaEditText(FormulaRenderingWorkbook book,
Ptg[] tokens,
java.lang.String formula) |
java.lang.String |
WorkbookDependentFormula.toFormulaString(FormulaRenderingWorkbook book) |
static java.lang.String |
FormulaRenderer.toFormulaString(FormulaRenderingWorkbook book,
Ptg[] ptgs)
Static method to convert an array of
Ptg s in RPN order
to a human readable string format in infix mode. |
java.lang.String |
WorkbookDependentFormula.toInternalFormulaString(FormulaRenderingWorkbook book) |
static java.lang.String |
FormulaRenderer.toInternalFormulaString(FormulaRenderingWorkbook book,
Ptg[] ptgs)
Static method to convert an array of
Ptg s in RPN order
to internal string format for storing into file. |
Modifier and Type | Class and Description |
---|---|
class |
XSSFEvaluationWorkbook
Internal POI use only
|
Modifier and Type | Class and Description |
---|---|
class |
ParsingBook
A pseudo formula parsing workbook for parsing only.
|
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.