Uses of Class
org.apache.poi.ss.formula.FormulaParseException
Packages that use FormulaParseException
Package
Description
Provides low level API structures for reading, writing, modifying XLS files.
-
Uses of FormulaParseException in org.apache.poi.hssf.model
Methods in org.apache.poi.hssf.model that throw FormulaParseExceptionModifier and TypeMethodDescriptionstatic 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) -
Uses of FormulaParseException in org.apache.poi.ss.usermodel
Methods in org.apache.poi.ss.usermodel that throw FormulaParseExceptionModifier and TypeMethodDescriptionvoid
Cell.setCellFormula
(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 FormulaParseExceptionModifier and TypeMethodDescriptionvoid
SXSSFCell.setCellFormula
(String formula) Sets formula for this cell.