| Package | Description |
|---|---|
| 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 |
| Modifier and Type | Class | Description |
|---|---|---|
class |
HSSFEvaluationWorkbook |
Internal POI use only
|
| Modifier and Type | Method | Description |
|---|---|---|
static Ptg[] |
FormulaParser.parse(java.lang.String formula,
FormulaParsingWorkbook workbook,
int formulaType,
int sheetIndex) |
Parse a formula into a array of tokens
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
XSSFEvaluationWorkbook |
Internal POI use only
|
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.