Package | Description |
---|---|
org.apache.poi.hssf.model |
Provides low level API structures for reading, writing, modifying XLS files.
|
org.apache.poi.ss.usermodel | |
org.apache.poi.xssf.streaming |
Modifier and Type | Method and Description |
---|---|
static Ptg[] |
HSSFFormulaParser.parse(java.lang.String formula,
HSSFWorkbook workbook)
Convenience method for parsing cell formulas.
|
static Ptg[] |
HSSFFormulaParser.parse(java.lang.String formula,
HSSFWorkbook workbook,
FormulaType formulaType) |
static Ptg[] |
HSSFFormulaParser.parse(java.lang.String formula,
HSSFWorkbook workbook,
FormulaType formulaType,
int sheetIndex) |
Modifier and Type | Method and Description |
---|---|
void |
Cell.setCellFormula(java.lang.String formula)
Sets formula for this cell.
|
void |
CellBase.setCellFormula(java.lang.String formula)
Sets formula for this cell.
|
Modifier and Type | Method and Description |
---|---|
void |
SXSSFCell.setCellFormulaImpl(java.lang.String formula)
Sets formula for this cell.
|
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.