| Package | Description |
|---|---|
| org.zkoss.poi.ss.formula |
This package contains common internal POI code for manipulating formulas.
|
| 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 |
|---|---|
void |
WorkbookEvaluator.setDependencyTracker(DependencyTracker tracker) |
| Constructor and Description |
|---|
OperationEvaluationContext(WorkbookEvaluator bookEvaluator,
EvaluationWorkbook workbook,
int sheetIndex,
int srcRowNum,
int srcColNum,
org.zkoss.poi.ss.formula.EvaluationTracker tracker,
DependencyTracker dependencyTracker,
java.lang.Object ref) |
| Modifier and Type | Class and Description |
|---|---|
class |
DependencyTrackerImpl
A default dependency tracker.
|
| Modifier and Type | Method and Description |
|---|---|
DependencyTracker |
FunctionResolverImpl.getDependencyTracker() |
| Modifier and Type | Method and Description |
|---|---|
DependencyTracker |
FunctionResolver.getDependencyTracker()
Return the associated
DependencyTracker. |
| Modifier and Type | Class and Description |
|---|---|
class |
DependencyTrackerEx
An EL Variable evaluator through POI dependency tracker and ignore POI dependency tracking
|
| Modifier and Type | Method and Description |
|---|---|
DependencyTracker |
FunctionResolverEx.getDependencyTracker() |
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.