| Package | Description |
|---|---|
| io.starter.formats.XLS | |
| io.starter.OpenXLS |
The OpenXLS package contains the primary classes for working with spreadsheets.
|
| Modifier and Type | Method and Description |
|---|---|
CellRange |
SxStreamID.getCellRange()
returns the cache data sources
NOT FULLY IMPLEMENTED - only valid for sheet data range data soures |
CellRange |
DConRef.getCellRange()
returns the cell range for this pivot cache
|
CellRange[] |
ReferenceTracker.getCellRanges()
Returns an Array of the CellRanges existing in this WorkBook
specifically the Ranges referenced in Formulas, Charts, and
Named Ranges.
|
CellRange[] |
Mergedcells.getMergedRanges()
returns the Merged BiffRec Ranges for this WorkSheet
|
CellRange |
Mulblank.getMergeRange()
NOTE: Mublanks can have a portion of it's blank range which is merged: must determine if
the current cell is truly part of the merge range ...
|
CellRange |
BiffRec.getMergeRange() |
CellRange |
XLSRecord.getMergeRange() |
CellRange |
Hlink.getRange() |
| Modifier and Type | Method and Description |
|---|---|
void |
Mergedcells.addCellRange(CellRange rng)
merge a CellRange
|
void |
Mergedcells.removeCellRange(CellRange rng)
Un-merge a CellRange
|
void |
SxStreamID.setCellRange(CellRange cr)
sets the cell range for this pivot cache
|
void |
DConRef.setCellRange(CellRange cr)
sets the cell range for the pivot cache
|
void |
BiffRec.setMergeRange(CellRange r) |
void |
XLSRecord.setMergeRange(CellRange range) |
void |
Hlink.setRange(CellRange range) |
| Modifier and Type | Method and Description |
|---|---|
CellRange |
CellRange.copy(WorkSheetHandle sheet,
int row,
int col,
int what)
Copies this range to another location.
|
CellRange |
WorkSheetHandle.getCellRange(String rangeName)
Create a CellRange object from an OpenXLS string range passed in such as
"A1:F6"
|
CellRange[] |
WorkBookHandle.getCellRanges()
Returns an Array of the CellRanges existing in this WorkBook specifically the
Ranges referenced in Formulas, Charts, and Named Ranges.
|
CellRange[] |
FormulaHandle.getCellRanges()
Initialize CellRanges referenced by this formula
|
CellRange[] |
NameHandle.getCellRanges()
Get an Array of CellRanges, one per referenced WorkSheet.
|
CellRange |
PivotTableHandle.getDataSourceRange() |
CellRange |
CellHandle.getMergedCellRange()
Returns any other Cells merged with this one, or null if this Cell is not a
part of a merged range.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FormatHandle.addCellRange(CellRange cr)
Apply this Format to a Range of Cells
|
ChartSeriesHandle |
ChartHandle.addSeriesRange(CellHandle legendCell,
CellRange categoryRange,
CellRange seriesRange,
CellRange bubbleRange)
Adds a new Series to the chart via CellHandles and CellRange Objects.
|
ChartSeriesHandle |
ChartHandle.addSeriesRange(CellHandle legendCell,
CellRange categoryRange,
CellRange seriesRange,
CellRange bubbleRange,
int nChart)
Adds a new Series to the chart via CellHandles and CellRange Objects.
|
boolean |
CellRange.intersects(CellRange cr)
returns whether this CellRange intersects with another CellRange
|
void |
WorkSheetHandle.setPrintArea(CellRange printarea)
Sets the print area for the worksheet
sets the printarea as a CellRange
|
void |
PivotTableHandle.setSourceDataRange(CellRange cellRange)
Sets the Pivot Table Range to represent the Data to analyse
NOTE: any existing data will be replaced |
void |
FormatHandle.stamp(CellRange range)
Applies the format to a cell range without establishing a relationship.
|
| Constructor and Description |
|---|
NameHandle(String namestr,
CellRange cr)
Creates a new Named Range from a CellRange
|
Copyright © 2002–2019 Starter Inc.. All rights reserved.