Package | Description |
---|---|
org.apache.poi.hssf.model |
Provides low level API structures for reading, writing, modifying XLS files.
|
org.apache.poi.hssf.usermodel |
The usermodel package maps HSSF low level structures 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 |
Modifier and Type | Method and Description |
---|---|
NameXPtg |
InternalWorkbook.getNameXPtg(java.lang.String name,
int sheetRefIndex,
UDFFinder udf) |
NameXPtg |
InternalWorkbook.getNameXPtg(java.lang.String name,
UDFFinder udf) |
Modifier and Type | Method and Description |
---|---|
UDFFinder |
HSSFEvaluationWorkbook.getUDFFinder() |
Modifier and Type | Method and Description |
---|---|
void |
HSSFWorkbook.addToolPack(UDFFinder toolpack)
Register a new toolpack in this workbook.
|
static HSSFFormulaEvaluator |
HSSFFormulaEvaluator.create(HSSFWorkbook workbook,
IStabilityClassifier stabilityClassifier,
UDFFinder udfFinder) |
Modifier and Type | Method and Description |
---|---|
UDFFinder |
EvaluationWorkbook.getUDFFinder() |
Constructor and Description |
---|
WorkbookEvaluator(EvaluationWorkbook workbook,
IStabilityClassifier stabilityClassifier,
UDFFinder udfFinder) |
Modifier and Type | Class and Description |
---|---|
class |
AnalysisToolPak
Analysis Toolpack Function Definitions
|
Modifier and Type | Field and Description |
---|---|
static UDFFinder |
AnalysisToolPak.instance |
Modifier and Type | Method and Description |
---|---|
static ForkedEvaluator |
ForkedEvaluator.create(Workbook wb,
IStabilityClassifier stabilityClassifier,
UDFFinder udfFinder) |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
static UDFFinder |
AggregatingUDFFinder.DEFAULT
Default UDFFinder implementation
|
Modifier and Type | Method and Description |
---|---|
void |
AggregatingUDFFinder.add(UDFFinder toolPack)
Add a new toolpack
|
Constructor and Description |
---|
AggregatingUDFFinder(UDFFinder... usedToolPacks) |
IndexedUDFFinder(UDFFinder... usedToolPacks) |
Modifier and Type | Method and Description |
---|---|
void |
Workbook.addToolPack(UDFFinder toolpack)
Register a new toolpack in this workbook.
|
Modifier and Type | Method and Description |
---|---|
void |
SXSSFWorkbook.addToolPack(UDFFinder toolpack)
Register a new toolpack in this workbook.
|
static SXSSFFormulaEvaluator |
SXSSFFormulaEvaluator.create(SXSSFWorkbook workbook,
IStabilityClassifier stabilityClassifier,
UDFFinder udfFinder) |
Modifier and Type | Method and Description |
---|---|
UDFFinder |
BaseXSSFEvaluationWorkbook.getUDFFinder() |
Modifier and Type | Method and Description |
---|---|
void |
XSSFWorkbook.addToolPack(UDFFinder toolpack)
Register a new toolpack in this workbook.
|
static XSSFFormulaEvaluator |
XSSFFormulaEvaluator.create(XSSFWorkbook workbook,
IStabilityClassifier stabilityClassifier,
UDFFinder udfFinder) |
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.