|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UDFFinder | |
|---|---|
| org.apache.poi.hssf.model | Provides low level API structures for reading, writing, modifying XLS files. |
| 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.atp | |
| org.apache.poi.ss.formula.eval.forked | |
| org.apache.poi.ss.formula.udf | |
| org.apache.poi.ss.usermodel | |
| org.apache.poi.xssf.streaming | |
| org.apache.poi.xssf.usermodel | |
| Uses of UDFFinder in org.apache.poi.hssf.model |
|---|
| Methods in org.apache.poi.hssf.model with parameters of type UDFFinder | |
|---|---|
NameXPtg |
InternalWorkbook.getNameXPtg(java.lang.String name,
int sheetRefIndex,
UDFFinder udf)
|
NameXPtg |
InternalWorkbook.getNameXPtg(java.lang.String name,
UDFFinder udf)
|
| Uses of UDFFinder in org.apache.poi.hssf.usermodel |
|---|
| Methods in org.apache.poi.hssf.usermodel that return UDFFinder | |
|---|---|
UDFFinder |
HSSFEvaluationWorkbook.getUDFFinder()
|
| Methods in org.apache.poi.hssf.usermodel with parameters of type UDFFinder | |
|---|---|
void |
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 UDFFinder | |
|---|---|
UDFFinder |
EvaluationWorkbook.getUDFFinder()
|
| 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.atp |
|---|
| Classes in org.apache.poi.ss.formula.atp that implement UDFFinder | |
|---|---|
class |
AnalysisToolPak
Analysis Toolpack Function Definitions |
| Fields in org.apache.poi.ss.formula.atp declared as UDFFinder | |
|---|---|
static UDFFinder |
AnalysisToolPak.instance
|
| 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.ss.formula.udf |
|---|
| Classes in org.apache.poi.ss.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. |
class |
IndexedUDFFinder
A UDFFinder that can retrieve functions both by name and by fake index. |
| Fields in org.apache.poi.ss.formula.udf declared as UDFFinder | |
|---|---|
static UDFFinder |
UDFFinder.DEFAULT
Deprecated. use AggregatingUDFFinder.DEFAULT instead, deprecated in POI 3.15, scheduled for removable in POI 3.17 |
static UDFFinder |
AggregatingUDFFinder.DEFAULT
Default UDFFinder implementation |
| Methods in org.apache.poi.ss.formula.udf with parameters of type UDFFinder | |
|---|---|
void |
AggregatingUDFFinder.add(UDFFinder toolPack)
Add a new toolpack |
| Constructors in org.apache.poi.ss.formula.udf with parameters of type UDFFinder | |
|---|---|
AggregatingUDFFinder(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 UDFFinder | |
|---|---|
void |
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 UDFFinder | |
|---|---|
void |
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 UDFFinder | |
|---|---|
UDFFinder |
BaseXSSFEvaluationWorkbook.getUDFFinder()
|
| Methods in org.apache.poi.xssf.usermodel with parameters of type UDFFinder | |
|---|---|
void |
XSSFWorkbook.addToolPack(UDFFinder toopack)
Register a new toolpack in this workbook. |
static XSSFFormulaEvaluator |
XSSFFormulaEvaluator.create(XSSFWorkbook workbook,
IStabilityClassifier stabilityClassifier,
UDFFinder udfFinder)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||