|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FormulaParsingWorkbook | |
|---|---|
| org.apache.poi.hssf.usermodel | usermodel package maps HSSF low level strutures to familiar workbook/sheet model |
| org.apache.poi.ss.formula | This package contains common internal POI code for manipulating formulas. |
| org.apache.poi.xssf.usermodel | |
| Uses of FormulaParsingWorkbook in org.apache.poi.hssf.usermodel |
|---|
| Classes in org.apache.poi.hssf.usermodel that implement FormulaParsingWorkbook | |
|---|---|
class |
HSSFEvaluationWorkbook
Internal POI use only |
| Uses of FormulaParsingWorkbook in org.apache.poi.ss.formula |
|---|
| Methods in org.apache.poi.ss.formula with parameters of type FormulaParsingWorkbook | |
|---|---|
static Ptg[] |
FormulaParser.parse(java.lang.String formula,
FormulaParsingWorkbook workbook,
int formulaType,
int sheetIndex)
Parse a formula into a array of tokens |
| Uses of FormulaParsingWorkbook in org.apache.poi.xssf.usermodel |
|---|
| Classes in org.apache.poi.xssf.usermodel that implement FormulaParsingWorkbook | |
|---|---|
class |
XSSFEvaluationWorkbook
Internal POI use only |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||