Package | Description |
---|---|
io.keikai.model.impl.sys.formula |
Keikai Spreadsheet Internal Book Model Implementation classes.
|
org.zkoss.poi.hssf.usermodel |
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
|
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
|
org.zkoss.poi.xssf.usermodel |
Modifier and Type | Class and Description |
---|---|
class |
ParsingBook
A pseudo formula parsing workbook for parsing only.
|
Modifier and Type | Class and Description |
---|---|
class |
HSSFEvaluationWorkbook
Internal POI use only
|
Modifier and Type | Method and Description |
---|---|
static String |
FormulaRenderer.toFormulaCopyText(FormulaRenderingWorkbook book,
Ptg[] tokens,
String formula) |
static String |
FormulaRenderer.toFormulaEditText(FormulaRenderingWorkbook book,
Ptg[] tokens,
String formula) |
String |
WorkbookDependentFormula.toFormulaString(FormulaRenderingWorkbook book) |
static 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. |
String |
WorkbookDependentFormula.toInternalFormulaString(FormulaRenderingWorkbook book) |
static 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
|
Copyright © 2020. All rights reserved.