You're viewing an older version of Vaadin JavaDoc. Please see version 24.7.0 for the latest.
org.apache.poi.ss.formula.

Class WorkbookEvaluatorUtil

  • public class WorkbookEvaluatorUtil
    extends Object

    Helper to evaluate POI values that are package scoped, like formula Ptg[] arrays.

    • Constructor Detail

      • WorkbookEvaluatorUtil

        public WorkbookEvaluatorUtil()
    • Method Detail

      • 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)