Package org.apache.poi.ss.formula.udf
Class AggregatingUDFFinder
java.lang.Object
org.apache.poi.ss.formula.udf.AggregatingUDFFinder
- All Implemented Interfaces:
UDFFinder
- Direct Known Subclasses:
IndexedUDFFinder
Collects add-in libraries and VB macro functions together into one UDF finder
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Add a new toolpackfindFunction
(String name) Returns executor by specified name.
-
Field Details
-
DEFAULT
Default UDFFinder implementation
-
-
Constructor Details
-
AggregatingUDFFinder
-
-
Method Details
-
findFunction
Returns executor by specified name. Returnsnull
if function isn't contained by any registered tool pack.- Specified by:
findFunction
in interfaceUDFFinder
- Parameters:
name
- Name of function.- Returns:
- Function executor.
null
if not found
-
add
Add a new toolpack- Parameters:
toolPack
- the UDF toolpack to add
-