| Package | Description |
|---|---|
| org.apache.poi.hssf.model |
Provides low level API structures for reading, writing, modifying XLS files.
|
| org.apache.poi.ss.usermodel |
| Modifier and Type | Method and Description |
|---|---|
static Ptg[] |
HSSFFormulaParser.parse(String formula,
HSSFWorkbook workbook)
Convenience method for parsing cell formulas.
|
static Ptg[] |
HSSFFormulaParser.parse(String formula,
HSSFWorkbook workbook,
FormulaType formulaType) |
static Ptg[] |
HSSFFormulaParser.parse(String formula,
HSSFWorkbook workbook,
FormulaType formulaType,
int sheetIndex) |
| Modifier and Type | Method and Description |
|---|---|
void |
Cell.setCellFormula(String formula)
Sets formula for this cell.
|
void |
CellBase.setCellFormula(String formula)
Sets formula for this cell.
|