Package org.apache.poi.ss.formula.udf
Interface UDFFinder
- All Known Implementing Classes:
AggregatingUDFFinder,AnalysisToolPak,DefaultUDFFinder,IndexedUDFFinder
public interface UDFFinder
Common interface for "Add-in" libraries and user defined function libraries.
-
Method Summary
-
Method Details
-
findFunction
Returns executor by specified name. Returnsnullif the function name is unknown.- Parameters:
name- Name of function.- Returns:
- Function executor.
-