Package | Description |
---|---|
org.apache.poi.ss.formula.eval |
Modifier and Type | Class | Description |
---|---|---|
class |
AreaEvalBase |
Modifier and Type | Method | Description |
---|---|---|
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 |
AreaEval |
RefEval.offset(int relFirstRowIx,
int relLastRowIx,
int relFirstColIx,
int relLastColIx) |
Creates an
AreaEval offset by a relative amount from this RefEval |
Modifier and Type | Method | Description |
---|---|---|
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 2018 The Apache Software Foundation or its licensors, as applicable.