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 TypeMethodDescriptionvoidHSSFWorkbook.addToolPack(UDFFinder toopack) Register a new toolpack in this workbook.static HSSFFormulaEvaluatorHSSFFormulaEvaluator.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 classAnalysis 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 ForkedEvaluatorForkedEvaluator.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 TypeClassDescriptionclassCollects add-in libraries and VB macro functions together into one UDF finderfinal classDefault UDF finder - for adding your own user defined functions.classA 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 UDFFinderAggregatingUDFFinder.DEFAULTDefault UDFFinder implementationMethods in org.apache.poi.ss.formula.udf with parameters of type UDFFinderModifier and TypeMethodDescriptionvoidAdd 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 TypeMethodDescriptionvoidWorkbook.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 TypeMethodDescriptionvoidSXSSFWorkbook.addToolPack(UDFFinder toopack) Register a new toolpack in this workbook.static SXSSFFormulaEvaluatorSXSSFFormulaEvaluator.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 TypeMethodDescriptionvoidXSSFWorkbook.addToolPack(UDFFinder toopack) Register a new toolpack in this workbook.static XSSFFormulaEvaluatorXSSFFormulaEvaluator.create(XSSFWorkbook workbook, IStabilityClassifier stabilityClassifier, UDFFinder udfFinder)