Package | Description |
---|---|
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 |
Modifier and Type | Class and Description |
---|---|
class |
AnalysisToolPak |
Modifier and Type | Field and Description |
---|---|
static UDFFinder |
AnalysisToolPak.instance |
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.
|
Modifier and Type | Field and Description |
---|---|
static UDFFinder |
UDFFinder.DEFAULT |
Constructor and Description |
---|
AggregatingUDFFinder(UDFFinder... usedToolPacks) |
Modifier and Type | Method and Description |
---|---|
static HSSFFormulaEvaluator |
HSSFFormulaEvaluator.create(HSSFWorkbook workbook,
IStabilityClassifier stabilityClassifier,
UDFFinder udfFinder) |
Constructor and Description |
---|
WorkbookEvaluator(EvaluationWorkbook workbook,
IStabilityClassifier stabilityClassifier,
UDFFinder udfFinder) |
Modifier and Type | Method and Description |
---|---|
static ForkedEvaluator |
ForkedEvaluator.create(Workbook wb,
IStabilityClassifier stabilityClassifier,
UDFFinder udfFinder) |
Modifier and Type | Method and Description |
---|---|
static XSSFFormulaEvaluator |
XSSFFormulaEvaluator.create(XSSFWorkbook workbook,
IStabilityClassifier stabilityClassifier,
UDFFinder udfFinder) |
Copyright 2014 The Apache Software Foundation or its licensors, as applicable.