Package | Description |
---|---|
org.zkoss.poi.hssf.model |
Provides low level API structures for reading, writing, modifying XLS files.
|
org.zkoss.poi.hssf.usermodel |
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
Related Documentation
For overviews, tutorials, examples, guides, and tool documentation, please see:
Apache POI Project
|
org.zkoss.poi.ss.formula |
This package contains common internal POI code for manipulating formulas.
|
org.zkoss.poi.ss.formula.atp | |
org.zkoss.poi.ss.formula.eval.forked | |
org.zkoss.poi.ss.formula.udf | |
org.zkoss.poi.ss.usermodel | |
org.zkoss.poi.xssf.model | |
org.zkoss.poi.xssf.streaming | |
org.zkoss.poi.xssf.usermodel | |
org.zkoss.zss.model.impl.sys.formula |
ZK Spreadsheet Internal Book Model Implementation classes.
|
org.zkoss.zss.model.sys.formula |
ZK Spreadsheet Internal Book Model Engines classes.
|
org.zkoss.zssex.formula |
Classes bridging ZK Spreadsheet formula functions to ZK EL functions.
|
Modifier and Type | Method and Description |
---|---|
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 toopack)
Register a new toolpack in this workbook.
|
static HSSFFormulaEvaluator |
HSSFFormulaEvaluator.create(HSSFWorkbook workbook,
IStabilityClassifier stabilityClassifier,
UDFFinder udfFinder) |
void |
HSSFWorkbook.insertToolPack(int index,
UDFFinder udfFinder)
Inserts the locator of user-defined functions
|
Modifier and Type | Method and Description |
---|---|
UDFFinder |
EvaluationWorkbook.getUDFFinder() |
Constructor and Description |
---|
WorkbookEvaluator(EvaluationWorkbook workbook,
IStabilityClassifier stabilityClassifier,
UDFFinder udfFinder) |
WorkbookEvaluator(EvaluationWorkbook workbook,
IStabilityClassifier stabilityClassifier,
UDFFinder udfFinder,
WorkbookEvaluator.CacheManager cacheManager) |
Modifier and Type | Class and Description |
---|---|
class |
AnalysisToolPak |
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.
|
Modifier and Type | Field and Description |
---|---|
static UDFFinder |
UDFFinder.DEFAULT |
Modifier and Type | Method and Description |
---|---|
void |
AggregatingUDFFinder.add(UDFFinder toolPack)
Add a new toolpack
|
void |
AggregatingUDFFinder.insert(int index,
UDFFinder toolPack)
Insert a toolpack
|
Constructor and Description |
---|
AggregatingUDFFinder(UDFFinder... usedToolPacks) |
Modifier and Type | Method and Description |
---|---|
void |
Workbook.addToolPack(UDFFinder toopack)
Register a new toolpack in this workbook.
|
Modifier and Type | Class and Description |
---|---|
class |
IndexedUDFFinder
A UDFFinder that can retrieve functions both by name and by fake index.
|
Constructor and Description |
---|
IndexedUDFFinder(UDFFinder... usedToolPacks) |
Modifier and Type | Method and Description |
---|---|
void |
SXSSFWorkbook.addToolPack(UDFFinder toopack)
Register a new toolpack in this workbook.
|
Modifier and Type | Method and Description |
---|---|
UDFFinder |
XSSFEvaluationWorkbook.getUDFFinder() |
Modifier and Type | Method and Description |
---|---|
void |
XSSFWorkbook.addToolPack(UDFFinder toopack)
Register a new toolpack in this workbook.
|
static XSSFFormulaEvaluator |
XSSFFormulaEvaluator.create(XSSFWorkbook workbook,
IStabilityClassifier stabilityClassifier,
UDFFinder udfFinder) |
void |
XSSFWorkbook.insertToolPack(int index,
UDFFinder udfFinder)
Inserts the locator of user-defined functions
|
Modifier and Type | Method and Description |
---|---|
UDFFinder |
FunctionResolverImpl.getUDFFinder() |
UDFFinder |
EvalBook.getUDFFinder() |
Modifier and Type | Method and Description |
---|---|
UDFFinder |
FunctionResolver.getUDFFinder()
Return the associated
UDFFinder . |
Modifier and Type | Class and Description |
---|---|
class |
ZKUDFFinder
User defined function finder for ZK.
|
Modifier and Type | Field and Description |
---|---|
static UDFFinder |
ZKUDFFinder.instance |
Modifier and Type | Method and Description |
---|---|
UDFFinder |
FunctionResolverEx.getUDFFinder() |
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.