Uses of Interface
org.apache.poi.ss.formula.IStabilityClassifier
-
Packages that use IStabilityClassifier Package Description org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet modelorg.apache.poi.ss.formula This package contains common internal POI code for manipulating formulas.org.apache.poi.ss.formula.eval.forked org.apache.poi.xssf.streaming org.apache.poi.xssf.usermodel -
-
Uses of IStabilityClassifier in org.apache.poi.hssf.usermodel
Methods in org.apache.poi.hssf.usermodel with parameters of type IStabilityClassifier Modifier and Type Method Description static HSSFFormulaEvaluator
HSSFFormulaEvaluator. create(HSSFWorkbook workbook, IStabilityClassifier stabilityClassifier, UDFFinder udfFinder)
Constructors in org.apache.poi.hssf.usermodel with parameters of type IStabilityClassifier Constructor Description HSSFFormulaEvaluator(HSSFWorkbook workbook, IStabilityClassifier stabilityClassifier)
-
Uses of IStabilityClassifier in org.apache.poi.ss.formula
Fields in org.apache.poi.ss.formula declared as IStabilityClassifier Modifier and Type Field Description static IStabilityClassifier
IStabilityClassifier. TOTALLY_IMMUTABLE
Convenience implementation for situations where all cell definitions remain fixed after evaluation begins.Constructors in org.apache.poi.ss.formula with parameters of type IStabilityClassifier Constructor Description WorkbookEvaluator(EvaluationWorkbook workbook, IStabilityClassifier stabilityClassifier, UDFFinder udfFinder)
-
Uses of IStabilityClassifier in org.apache.poi.ss.formula.eval.forked
Methods in org.apache.poi.ss.formula.eval.forked with parameters of type IStabilityClassifier Modifier and Type Method Description static ForkedEvaluator
ForkedEvaluator. create(Workbook wb, IStabilityClassifier stabilityClassifier, UDFFinder udfFinder)
-
Uses of IStabilityClassifier in org.apache.poi.xssf.streaming
Methods in org.apache.poi.xssf.streaming with parameters of type IStabilityClassifier Modifier and Type Method Description static SXSSFFormulaEvaluator
SXSSFFormulaEvaluator. create(SXSSFWorkbook workbook, IStabilityClassifier stabilityClassifier, UDFFinder udfFinder)
-
Uses of IStabilityClassifier in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel with parameters of type IStabilityClassifier Modifier and Type Method Description static XSSFFormulaEvaluator
XSSFFormulaEvaluator. create(XSSFWorkbook workbook, IStabilityClassifier stabilityClassifier, UDFFinder udfFinder)
-