Uses of Interface
org.apache.poi.ss.formula.udf.UDFFinder
Packages that use UDFFinder
Package
Description
Provides low level API structures for reading, writing, modifying XLS files.
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
This package contains common internal POI code for manipulating formulas.
-
Uses of UDFFinder in org.apache.poi.hssf.model
Methods in org.apache.poi.hssf.model with parameters of type UDFFinderModifier and TypeMethodDescriptionInternalWorkbook.getNameXPtg
(String name, int sheetRefIndex, UDFFinder udf) InternalWorkbook.getNameXPtg
(String name, UDFFinder udf) -
Uses of UDFFinder in org.apache.poi.hssf.usermodel
Methods in org.apache.poi.hssf.usermodel that return UDFFinderMethods in org.apache.poi.hssf.usermodel with parameters of type UDFFinderModifier and TypeMethodDescriptionvoid
HSSFWorkbook.addToolPack
(UDFFinder toopack) Register a new toolpack in this workbook.static HSSFFormulaEvaluator
HSSFFormulaEvaluator.create
(HSSFWorkbook workbook, IStabilityClassifier stabilityClassifier, UDFFinder udfFinder) -
Uses of UDFFinder in org.apache.poi.ss.formula
Methods in org.apache.poi.ss.formula that return UDFFinderConstructors in org.apache.poi.ss.formula with parameters of type UDFFinderModifierConstructorDescriptionWorkbookEvaluator
(EvaluationWorkbook workbook, IStabilityClassifier stabilityClassifier, UDFFinder udfFinder) -
Uses of UDFFinder in org.apache.poi.ss.formula.atp
Classes in org.apache.poi.ss.formula.atp that implement UDFFinderModifier and TypeClassDescriptionfinal class
Analysis Toolpack Function DefinitionsFields in org.apache.poi.ss.formula.atp declared as UDFFinder -
Uses of UDFFinder in org.apache.poi.ss.formula.eval.forked
Methods in org.apache.poi.ss.formula.eval.forked with parameters of type UDFFinderModifier and TypeMethodDescriptionstatic ForkedEvaluator
ForkedEvaluator.create
(Workbook wb, IStabilityClassifier stabilityClassifier, UDFFinder udfFinder) -
Uses of UDFFinder in org.apache.poi.ss.formula.udf
Classes in org.apache.poi.ss.formula.udf that implement UDFFinderModifier and TypeClassDescriptionclass
Collects add-in libraries and VB macro functions together into one UDF finderfinal class
Default UDF finder - for adding your own user defined functions.class
A UDFFinder that can retrieve functions both by name and by fake index.Fields in org.apache.poi.ss.formula.udf declared as UDFFinderModifier and TypeFieldDescriptionstatic final UDFFinder
AggregatingUDFFinder.DEFAULT
Default UDFFinder implementationMethods in org.apache.poi.ss.formula.udf with parameters of type UDFFinderModifier and TypeMethodDescriptionvoid
Add a new toolpackConstructors in org.apache.poi.ss.formula.udf with parameters of type UDFFinderModifierConstructorDescriptionAggregatingUDFFinder
(UDFFinder... usedToolPacks) IndexedUDFFinder
(UDFFinder... usedToolPacks) -
Uses of UDFFinder in org.apache.poi.ss.usermodel
Methods in org.apache.poi.ss.usermodel with parameters of type UDFFinderModifier and TypeMethodDescriptionvoid
Workbook.addToolPack
(UDFFinder toopack) Register a new toolpack in this workbook. -
Uses of UDFFinder in org.apache.poi.xssf.streaming
Methods in org.apache.poi.xssf.streaming with parameters of type UDFFinderModifier and TypeMethodDescriptionvoid
SXSSFWorkbook.addToolPack
(UDFFinder toopack) Register a new toolpack in this workbook.static SXSSFFormulaEvaluator
SXSSFFormulaEvaluator.create
(SXSSFWorkbook workbook, IStabilityClassifier stabilityClassifier, UDFFinder udfFinder) -
Uses of UDFFinder in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel that return UDFFinderMethods in org.apache.poi.xssf.usermodel with parameters of type UDFFinderModifier and TypeMethodDescriptionvoid
XSSFWorkbook.addToolPack
(UDFFinder toopack) Register a new toolpack in this workbook.static XSSFFormulaEvaluator
XSSFFormulaEvaluator.create
(XSSFWorkbook workbook, IStabilityClassifier stabilityClassifier, UDFFinder udfFinder)