public class WorkbookEvaluatorUtil extends Object
| Constructor and Description |
|---|
WorkbookEvaluatorUtil() |
| Modifier and Type | Method and Description |
|---|---|
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
|
static org.apache.poi.xssf.usermodel.BaseXSSFEvaluationWorkbook |
getEvaluationWorkbook(Spreadsheet spreadsheet) |
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)
public static org.apache.poi.xssf.usermodel.BaseXSSFEvaluationWorkbook getEvaluationWorkbook(Spreadsheet spreadsheet)
Copyright © 2013–2026 Vaadin Ltd. All rights reserved.