|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CellReference | |
|---|---|
| org.apache.poi.hssf.record.aggregates | record aggregates are not real "records" but collections of records that act as a single record. |
| org.apache.poi.hssf.util | util package contains tools needed for writing HSSF files that are not necesarily "real" HSSF concepts. |
| org.apache.poi.ss.formula | This package contains common internal POI code for manipulating formulas. |
| org.apache.poi.ss.formula.ptg | formula package contains binary PTG structures used in Formulas |
| org.apache.poi.ss.util | |
| org.apache.poi.xssf.usermodel | |
| Uses of CellReference in org.apache.poi.hssf.record.aggregates |
|---|
| Methods in org.apache.poi.hssf.record.aggregates with parameters of type CellReference | |
|---|---|
static SharedValueManager |
SharedValueManager.create(SharedFormulaRecord[] sharedFormulaRecords,
CellReference[] firstCells,
ArrayRecord[] arrayRecords,
TableRecord[] tableRecords)
|
SharedFormulaRecord |
SharedValueManager.linkSharedFormulaRecord(CellReference firstCell,
FormulaRecordAggregate agg)
|
| Uses of CellReference in org.apache.poi.hssf.util |
|---|
| Subclasses of CellReference in org.apache.poi.hssf.util | |
|---|---|
class |
CellReference
Common conversion functions between Excel style A1, C27 style cell references, and POI usermodel style row=0, column=0 style references. |
| Uses of CellReference in org.apache.poi.ss.formula |
|---|
| Methods in org.apache.poi.ss.formula that return CellReference | |
|---|---|
CellReference |
Formula.getExpReference()
Gets the locator for the corresponding SharedFormulaRecord,
ArrayRecord or TableRecord
if this formula belongs to such a grouping. |
| Uses of CellReference in org.apache.poi.ss.formula.ptg |
|---|
| Constructors in org.apache.poi.ss.formula.ptg with parameters of type CellReference | |
|---|---|
Ref3DPtg(CellReference c,
int externIdx)
|
|
RefPtg(CellReference cr)
|
|
RefPtgBase(CellReference c)
|
|
| Uses of CellReference in org.apache.poi.ss.util |
|---|
| Methods in org.apache.poi.ss.util that return CellReference | |
|---|---|
CellReference[] |
AreaReference.getAllReferencedCells()
Returns a reference to every cell covered by this area |
CellReference |
AreaReference.getFirstCell()
|
CellReference |
AreaReference.getLastCell()
Note - if this area reference refers to a single cell, the return value of this method will be identical to that of getFirstCell() |
| Methods in org.apache.poi.ss.util with parameters of type CellReference | |
|---|---|
static boolean |
AreaReference.isWholeColumnReference(CellReference topLeft,
CellReference botRight)
Is the reference for a whole-column reference, such as C:C or D:G ? |
| Constructors in org.apache.poi.ss.util with parameters of type CellReference | |
|---|---|
AreaReference(CellReference topLeft,
CellReference botRight)
Creates an area ref from a pair of Cell References. |
|
| Uses of CellReference in org.apache.poi.xssf.usermodel |
|---|
| Methods in org.apache.poi.xssf.usermodel that return CellReference | |
|---|---|
CellReference |
XSSFTable.getEndCellReference()
|
CellReference |
XSSFTable.getStartCellReference()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||