Uses of Class
org.apache.poi.ss.formula.FormulaParseException
-
Packages that use FormulaParseException Package Description io.keikai.model.impl.sys.formula Keikai Spreadsheet Internal Book Model Implementation classes.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 io.keikai.model.impl.sys.formula
Methods in io.keikai.model.impl.sys.formula that throw FormulaParseException Modifier and Type Method Description protected EvaluationResult
FormulaEngineImpl. evaluateFormula(FormulaExpression expr, FormulaEvaluationContext context, EvalBook evalBook, WorkbookEvaluator evaluator)
-
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(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 FormulaParseException Modifier and Type Method Description void
Cell. setCellFormula(String formula)
Sets formula for this cell.void
CellBase. setCellFormula(String formula)
Sets formula for this cell.
-