Uses of Class
org.apache.poi.ss.formula.FormulaParseException
-
Packages that use FormulaParseException 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 -
-
Uses of FormulaParseException in org.apache.poi.hssf.model
Methods in org.apache.poi.hssf.model that throw FormulaParseException Modifier and Type Method 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)
-
Uses of FormulaParseException in org.apache.poi.ss.usermodel
Methods in org.apache.poi.ss.usermodel that throw FormulaParseException Modifier and Type Method Description void
Cell. setCellFormula(java.lang.String formula)
Sets formula for this cell. -
Uses of FormulaParseException in org.apache.poi.xssf.streaming
Methods in org.apache.poi.xssf.streaming that throw FormulaParseException Modifier and Type Method Description void
SXSSFCell. setCellFormula(java.lang.String formula)
Sets formula for this cell.
-