Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
static SharedValueManager |
SharedValueManager.create(SharedFormulaRecord[] sharedFormulaRecords,
CellReference[] firstCells,
ArrayRecord[] arrayRecords,
TableRecord[] tableRecords) |
SharedFormulaRecord |
SharedValueManager.linkSharedFormulaRecord(CellReference firstCell,
FormulaRecordAggregate agg) |
Modifier and Type | Class and Description |
---|---|
class |
CellReference
Common conversion functions between Excel style A1, C27 style
cell references, and POI usermodel style row=0, column=0
style references.
|
Modifier and Type | Method and Description |
---|---|
CellReference |
Formula.getExpReference()
Gets the locator for the corresponding
SharedFormulaRecord ,
ArrayRecord or TableRecord
if this formula belongs to such a grouping. |
Constructor and Description |
---|
Ref3DPtg(CellReference c,
int externIdx) |
RefPtg(CellReference cr) |
RefPtgBase(CellReference c) |
Modifier and Type | Method and Description |
---|---|
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()
|
Modifier and Type | Method and Description |
---|---|
static boolean |
AreaReference.isWholeColumnReference(CellReference topLeft,
CellReference botRight)
Is the reference for a whole-column reference,
such as C:C or D:G ?
|
Constructor and Description |
---|
AreaReference(CellReference topLeft,
CellReference botRight)
Creates an area ref from a pair of Cell References.
|
Modifier and Type | Method and Description |
---|---|
CellReference |
XSSFTable.getEndCellReference() |
CellReference |
XSSFTable.getStartCellReference() |
Copyright 2013 The Apache Software Foundation or its licensors, as applicable.