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 -
-
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. seeHSSFFormulaParser.parse(String, HSSFWorkbook, FormulaType, int)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 voidCell. setCellFormula(java.lang.String formula)Sets formula for this cell.voidCellBase. setCellFormula(java.lang.String formula)Sets formula for this cell.
-