Package | Description |
---|---|
org.apache.poi.hssf.record.formula.eval |
Modifier and Type | Class and Description |
---|---|
class |
AreaEvalBase |
Modifier and Type | Method and 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 and 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 2016 The Apache Software Foundation or its licensors, as applicable.