Uses of Interface
org.apache.poi.ss.formula.EvaluationWorkbook
-
Packages that use EvaluationWorkbook Package Description io.keikai.model.impl.sys.formula Keikai Spreadsheet Internal Book Model Implementation classes.org.apache.poi.hssf.usermodel The usermodel package maps HSSF low level structures to familiar workbook/sheet modelorg.apache.poi.ss.formula This package contains common internal POI code for manipulating formulas.org.apache.poi.ss.usermodel -
-
Uses of EvaluationWorkbook in io.keikai.model.impl.sys.formula
Classes in io.keikai.model.impl.sys.formula that implement EvaluationWorkbook Modifier and Type Class Description class
EvalBook
modified from org.apache.poi.xssf.usermodel.XSSFEvaluationWorkbook -
Uses of EvaluationWorkbook in org.apache.poi.hssf.usermodel
Classes in org.apache.poi.hssf.usermodel that implement EvaluationWorkbook Modifier and Type Class Description class
HSSFEvaluationWorkbook
Internal POI use only -
Uses of EvaluationWorkbook in org.apache.poi.ss.formula
Methods in org.apache.poi.ss.formula that return EvaluationWorkbook Modifier and Type Method Description protected EvaluationWorkbook
BaseFormulaEvaluator. getEvaluationWorkbook()
internal useEvaluationWorkbook
OperationEvaluationContext. getWorkbook()
Constructors in org.apache.poi.ss.formula with parameters of type EvaluationWorkbook Constructor Description OperationEvaluationContext(WorkbookEvaluator bookEvaluator, EvaluationWorkbook workbook, int sheetIndex, int srcRowNum, int srcColNum, org.apache.poi.ss.formula.EvaluationTracker tracker, boolean isSingleValue, DependencyTracker dependencyTracker, Object ref, int[] offset)
WorkbookEvaluator(EvaluationWorkbook workbook, IStabilityClassifier stabilityClassifier, UDFFinder udfFinder)
WorkbookEvaluator(EvaluationWorkbook workbook, IStabilityClassifier stabilityClassifier, UDFFinder udfFinder, WorkbookEvaluator.CacheManager cacheManager)
-
Uses of EvaluationWorkbook in org.apache.poi.ss.usermodel
Methods in org.apache.poi.ss.usermodel that return EvaluationWorkbook Modifier and Type Method Description EvaluationWorkbook
Workbook. createEvaluationWorkbook()
-