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.usermodel |
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
|
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.usermodel.charts | |
org.apache.poi.ss.util | |
org.apache.poi.xssf.usermodel | |
org.apache.poi.xssf.usermodel.charts |
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 | Method and Description |
---|---|
Ptg |
HSSFEvaluationWorkbook.get3DReferencePtg(CellReference cr,
SheetIdentifier sheet) |
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. |
Modifier and Type | Method and Description |
---|---|
Ptg |
FormulaParsingWorkbook.get3DReferencePtg(CellReference cell,
SheetIdentifier sheet)
Produce the appropriate Ptg for a 3d cell reference
|
Constructor and Description |
---|
Ref3DPtg(CellReference c,
int externIdx) |
Ref3DPxg(int externalWorkbookNumber,
SheetIdentifier sheetName,
CellReference c) |
Ref3DPxg(SheetIdentifier sheetName,
CellReference c) |
RefPtg(CellReference cr) |
RefPtgBase(CellReference c) |
Modifier and Type | Method and Description |
---|---|
CellReference |
ChartSeries.getTitleCellReference() |
Modifier and Type | Method and Description |
---|---|
void |
ChartSeries.setTitle(CellReference titleReference)
Sets the title of the series as a cell reference.
|
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(SpreadsheetVersion version,
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.
|
CellAddress(CellReference reference)
Create a new CellAddress object.
|
Modifier and Type | Method and Description |
---|---|
CellReference |
XSSFTable.getEndCellReference() |
CellReference |
XSSFTable.getStartCellReference() |
Modifier and Type | Method and Description |
---|---|
void |
XSSFSheet.addIgnoredErrors(CellReference cell,
IgnoredErrorType... ignoredErrorTypes)
Add ignored errors (usually to suppress them in the UI of a consuming
application).
|
XSSFPivotTable |
XSSFSheet.createPivotTable(AreaReference source,
CellReference position)
Create a pivot table and set area of source and a position for pivot table
|
XSSFPivotTable |
XSSFSheet.createPivotTable(AreaReference source,
CellReference position,
Sheet sourceSheet)
Create a pivot table and set area of source, source sheet and a position for pivot table
|
protected void |
XSSFPivotTable.createSourceReferences(AreaReference source,
CellReference position,
Sheet sourceSheet)
Creates cacheSource and workSheetSource for pivot table and sets the source reference as well assets the location of the pivot table
|
Ptg |
BaseXSSFEvaluationWorkbook.get3DReferencePtg(CellReference cell,
SheetIdentifier sheet) |
protected void |
XSSFHyperlink.setCellReference(CellReference ref) |
Modifier and Type | Method and Description |
---|---|
CellReference |
AbstractXSSFChartSeries.getTitleCellReference() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractXSSFChartSeries.setTitle(CellReference titleReference) |
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.