Package | Description |
---|---|
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.functions | |
org.zkoss.poi.ss.formula.udf | |
org.zkoss.poi.xssf.model | |
org.zkoss.zssex.formula |
Classes bridging ZK Spreadsheet formula functions to ZK EL functions.
|
Modifier and Type | Class and Description |
---|---|
class |
UserDefinedFunction
Common entry point for all user-defined (non-built-in) functions (where
AbstractFunctionPtg.field_2_fnc_index == 255)
|
Modifier and Type | Field and Description |
---|---|
static FreeRefFunction |
UserDefinedFunction.instance |
static FreeRefFunction |
OperationEvaluationContext.UDF |
Modifier and Type | Method and Description |
---|---|
FreeRefFunction |
WorkbookEvaluator.findUserDefinedFunction(java.lang.String functionName) |
FreeRefFunction |
OperationEvaluationContext.findUserDefinedFunction(java.lang.String functionName) |
Modifier and Type | Method and Description |
---|---|
static void |
WorkbookEvaluator.registerFunction(java.lang.String name,
FreeRefFunction func)
Register a ATP function in runtime.
|
Modifier and Type | Method and Description |
---|---|
FreeRefFunction |
AnalysisToolPak.findFunction(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
static void |
AnalysisToolPak.registerFunction(java.lang.String name,
FreeRefFunction func)
Register a ATP function in runtime.
|
Modifier and Type | Class and Description |
---|---|
class |
Indirect
Implementation for Excel function INDIRECT
INDIRECT() returns the cell or area reference denoted by the text argument.
|
class |
Sumifs
Implementation for the Excel function SUMIFS
Syntax :
SUMIFS ( sum_range, criteria_range1, criteria1>, [criteria_range2, criteria2], ...) |
Modifier and Type | Field and Description |
---|---|
static FreeRefFunction |
Sumifs.instance |
static FreeRefFunction |
Indirect.instance |
Modifier and Type | Method and Description |
---|---|
FreeRefFunction |
UDFFinder.findFunction(java.lang.String name)
Returns executor by specified name.
|
FreeRefFunction |
DefaultUDFFinder.findFunction(java.lang.String name) |
FreeRefFunction |
AggregatingUDFFinder.findFunction(java.lang.String name)
Returns executor by specified name.
|
Constructor and Description |
---|
DefaultUDFFinder(java.lang.String[] functionNames,
FreeRefFunction[] functionImpls) |
Modifier and Type | Method and Description |
---|---|
FreeRefFunction |
IndexedUDFFinder.findFunction(java.lang.String name) |
Modifier and Type | Class and Description |
---|---|
class |
ELEval
A function that do EL evaluation.
|
class |
ELEvalFunction
This the default function that delegate the POI function call to EL tld function.
|
Modifier and Type | Field and Description |
---|---|
static FreeRefFunction |
ELEval.instance |
Modifier and Type | Method and Description |
---|---|
FreeRefFunction |
ZKUDFFinder.findFunction(java.lang.String name) |
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.