Uses of Interface
org.apache.poi.hssf.record.formula.udf.UDFFinder

Packages that use UDFFinder
org.apache.poi.hssf.record.formula.atp   
org.apache.poi.hssf.record.formula.udf   
org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model 
org.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.usermodel   
 

Uses of UDFFinder in org.apache.poi.hssf.record.formula.atp
 

Classes in org.apache.poi.hssf.record.formula.atp that implement UDFFinder
 class AnalysisToolPak
           
 

Fields in org.apache.poi.hssf.record.formula.atp declared as UDFFinder
static UDFFinder AnalysisToolPak.instance
           
 

Uses of UDFFinder in org.apache.poi.hssf.record.formula.udf
 

Classes in org.apache.poi.hssf.record.formula.udf that implement UDFFinder
 class AggregatingUDFFinder
          Collects add-in libraries and VB macro functions together into one UDF finder
 class DefaultUDFFinder
          Default UDF finder - for adding your own user defined functions.
 

Fields in org.apache.poi.hssf.record.formula.udf declared as UDFFinder
static UDFFinder UDFFinder.DEFAULT
           
 

Constructors in org.apache.poi.hssf.record.formula.udf with parameters of type UDFFinder
AggregatingUDFFinder(UDFFinder... usedToolPacks)
           
 

Uses of UDFFinder in org.apache.poi.hssf.usermodel
 

Methods in org.apache.poi.hssf.usermodel with parameters of type UDFFinder
static HSSFFormulaEvaluator HSSFFormulaEvaluator.create(HSSFWorkbook workbook, IStabilityClassifier stabilityClassifier, UDFFinder udfFinder)
           
 

Uses of UDFFinder in org.apache.poi.ss.formula
 

Constructors in org.apache.poi.ss.formula with parameters of type UDFFinder
WorkbookEvaluator(EvaluationWorkbook workbook, IStabilityClassifier stabilityClassifier, UDFFinder 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 UDFFinder
static ForkedEvaluator ForkedEvaluator.create(Workbook wb, IStabilityClassifier stabilityClassifier, UDFFinder udfFinder)
           
 

Uses of UDFFinder in org.apache.poi.xssf.usermodel
 

Methods in org.apache.poi.xssf.usermodel with parameters of type UDFFinder
static XSSFFormulaEvaluator XSSFFormulaEvaluator.create(XSSFWorkbook workbook, IStabilityClassifier stabilityClassifier, UDFFinder udfFinder)
           
 



Copyright 2010 The Apache Software Foundation or its licensors, as applicable.