Package | Description |
---|---|
org.zkoss.poi.ss.formula |
This package contains common internal POI code for manipulating formulas.
|
org.zkoss.poi.ss.formula.eval |
Modifier and Type | Class and Description |
---|---|
class |
LazyAreaEval |
Modifier and Type | Method and Description |
---|---|
AreaEval |
LazyRefEval.offset(int relFirstRowIx,
int relLastRowIx,
int relFirstColIx,
int relLastColIx) |
AreaEval |
LazyAreaEval.offset(int relFirstRowIx,
int relLastRowIx,
int relFirstColIx,
int relLastColIx) |
Modifier and Type | Class and Description |
---|---|
class |
AreaEvalBase |
class |
ArrayEval
Constant value array eval.
|
Modifier and Type | Method and Description |
---|---|
AreaEval |
RefEval.offset(int relFirstRowIx,
int relLastRowIx,
int relFirstColIx,
int relLastColIx)
Creates an
AreaEval offset by a relative amount from this RefEval |
AreaEval |
ArrayEval.offset(int relFirstRowIx,
int relLastRowIx,
int relFirstColIx,
int relLastColIx) |
AreaEval |
AreaEval.offset(int relFirstRowIx,
int relLastRowIx,
int relFirstColIx,
int relLastColIx)
Creates an
AreaEval offset by a relative amount from from the upper left cell
of this area |
Modifier and Type | Method and Description |
---|---|
static ValueEval |
OperandResolver.chooseMultipleElementsFromArea(AreaEval ae,
int srcCellRow,
int srcCellCol) |
static ValueEval |
OperandResolver.chooseSingleElementFromArea(AreaEval ae,
int srcCellRow,
int srcCellCol)
Implements (some perhaps not well known) Excel functionality to select a single cell from an
area depending on the coordinates of the calling cell.
|
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.