Package org.apache.poi.ss.formula
Class WorkbookEvaluatorUtil
java.lang.Object
org.apache.poi.ss.formula.WorkbookEvaluatorUtil
Helper to evaluate POI values that are package scoped, like formula Ptg[]
arrays.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.poi.ss.formula.eval.ValueEvalevaluate(Spreadsheet spreadsheet, org.apache.poi.ss.formula.ptg.Ptg[] ptgs, org.apache.poi.ss.usermodel.Cell cell) Evaluate formula Ptg[] tokensstatic org.apache.poi.xssf.usermodel.BaseXSSFEvaluationWorkbookgetEvaluationWorkbook(Spreadsheet spreadsheet)
-
Constructor Details
-
WorkbookEvaluatorUtil
public WorkbookEvaluatorUtil()
-
-
Method Details
-
evaluate
public static org.apache.poi.ss.formula.eval.ValueEval evaluate(Spreadsheet spreadsheet, org.apache.poi.ss.formula.ptg.Ptg[] ptgs, org.apache.poi.ss.usermodel.Cell cell) Evaluate formula Ptg[] tokens -
getEvaluationWorkbook
public static org.apache.poi.xssf.usermodel.BaseXSSFEvaluationWorkbook getEvaluationWorkbook(Spreadsheet spreadsheet)
-