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) |
static Ptg[] |
HSSFFormulaParser.parse(java.lang.String formula,
HSSFWorkbook workbook,
int formulaType)
Deprecated.
POI 3.15 beta 3. Use
HSSFFormulaParser.parse(String, HSSFWorkbook, FormulaType) instead. |
static Ptg[] |
HSSFFormulaParser.parse(java.lang.String formula,
HSSFWorkbook workbook,
int formulaType,
int sheetIndex)
Deprecated.
POI 3.15 beta 3. Use
HSSFFormulaParser.parse(String, HSSFWorkbook, FormulaType, int) instead. |
Modifier and Type | Method and Description |
---|---|
void |
Cell.setCellFormula(java.lang.String formula)
Sets formula for this cell.
|
Modifier and Type | Method and Description |
---|---|
void |
SXSSFCell.setCellFormula(java.lang.String formula)
Sets formula for this cell.
|
Copyright 2017 The Apache Software Foundation or its licensors, as applicable.