| Package | Description |
|---|---|
| io.starter.OpenXLS |
The OpenXLS package contains the primary classes for working with spreadsheets.
|
| Modifier and Type | Method and Description |
|---|---|
static CellRangeRef |
CellRangeRef.fromA1(String reference)
Parses a range in A1 notation and returns the equivalent CellRangeRef.
|
static CellRangeRef |
CellRangeRef.fromA1(String reference,
WorkBookHandle book)
Convenience method combining
fromA1(String) and
resolve(WorkBookHandle). |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CellRangeRef.contains(CellRangeRef range)
Returns whether this range entirely contains the given range.
|
| Constructor and Description |
|---|
CellRange(CellRangeRef source)
Initializes a
CellRange from a CellRangeRef. |
CellRange(CellRangeRef source,
boolean init,
boolean create)
Initializes a
CellRange from a CellRangeRef. |
Copyright © 2002–2019 Starter Inc.. All rights reserved.