| Package | Description |
|---|---|
| io.starter.formats.XLS | |
| io.starter.formats.XLS.charts | |
| io.starter.formats.XLS.formulas | |
| io.starter.OpenXLS |
The OpenXLS package contains the primary classes for working with spreadsheets.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Externsheet.addPtgListener(IxtiListener p) |
void |
WorkBook.copyChartToSheet(String chartname,
String sheetname)
Copies an existing Chart to another WorkSheet
|
BiffRec |
WorkBook.getCell(String cellname)
get the cell by the following String Pattern
BiffRec c = getCell("SheetName!C17");
|
BiffRec |
WorkBook.getCell(String sheetname,
String cellname)
get the cell by the following String Pattern
BiffRec c = getCell("Sheet1", "C17");
|
String |
Ref.getSheetName()
gets the sheetname for this ref
|
Boundsheet |
WorkBook.getWorkSheetByHash(String s)
returns the Boundsheet with the specific Hashname
|
Boundsheet |
WorkBook.getWorkSheetByName(String bstr)
returns the Boundsheet with the specific name
|
Boundsheet |
WorkBook.getWorkSheetByNumber(int i)
returns the Boundsheet at the specific index
|
int |
Externsheet.insertLocation(int firstBound,
int lastBound)
Insert location checks if a specific boundsheet range already has a reference.
|
void |
Name.setNewScope(int newitab)
Set the scope (itab) of this name
|
| Modifier and Type | Method and Description |
|---|---|
void |
Ai.setExternsheetRef(int x)
set the Externsheet reference
for any associated PtgArea3d's
|
void |
Ai.setExternsheetRef(int oldRef,
int newRef)
set the Externsheet reference
for any associated PtgArea3d's that match the old reference.
|
| Modifier and Type | Method and Description |
|---|---|
String |
PtgRef.getSheetName()
Get the worksheet name this ptgref refers to
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
WorkBookHandle.addSheetFromWorkBook(WorkBookHandle sourceBook,
String sourceSheetName,
String destSheetName)
Deprecated.
- use addWorkSheet(WorkSheetHandle sht, String NewSheetName){
|
boolean |
WorkBook.addSheetFromWorkBook(WorkBookHandle sourceBook,
String sourceSheetName,
String destSheetName)
Inserts a worksheet from a Source WorkBook.
|
boolean |
WorkBookHandle.addSheetFromWorkBookWithFormatting(WorkBookHandle sourceBook,
String sourceSheetName,
String destSheetName)
Deprecated.
- use addWorkSheet(WorkSheetHandle sht, String NewSheetName){
|
void |
WorkBookHandle.copyChartToSheet(ChartHandle chart,
WorkSheetHandle sheet)
Copies an existing Chart to another WorkSheet
|
void |
WorkBook.copyChartToSheet(ChartHandle chart,
WorkSheetHandle sheet)
Copies an existing Chart to another WorkSheet
|
void |
WorkBookHandle.copyChartToSheet(String chartname,
String sheetname)
Copies an existing Chart to another WorkSheet
|
void |
WorkBook.copyChartToSheet(String chartname,
String sheetname)
Copies an existing Chart to another WorkSheet
|
WorkSheetHandle |
WorkBookHandle.copyWorkSheet(String SourceSheetName,
String NewSheetName)
Copy (duplicate) a worksheet in the workbook and add it to the end of the
workbook with a new name
|
WorkSheetHandle |
WorkBook.copyWorkSheet(String SourceSheetName,
String NewSheetName)
Copy (duplicate) a worksheet in the workbook and add it to the end of the workbook with a new name
|
static CellRangeRef |
CellRangeRef.fromA1(String reference,
WorkBookHandle book)
Convenience method combining
CellRangeRef.fromA1(String) and
CellRangeRef.resolve(WorkBookHandle). |
WorkSheetHandle |
WorkBookHandle.getActiveSheet()
returns the active or selected worksheet tab
|
CellHandle |
WorkBookHandle.getCell(String address)
Returns the Cell at the specified Location
|
CellHandle |
WorkBook.getCell(String address)
Returns the Cell at the specified Location
|
WorkSheetHandle[] |
NameHandle.getReferencedSheets()
Get WorkSheetHandles for all of the Boundsheets referenced in
this NameHandle.
|
Handle |
NameHandle.getScope()
Returns a handle to the object (either workbook or sheet) that is scoped
to the name record
Default scope is a WorkBookHandle, else the WorkSheetHandle is returned.
|
WorkSheetHandle |
WorkBookHandle.getWorkSheet(int sheetnum)
returns the handle to a WorkSheet by number.
|
WorkSheetHandle |
WorkBook.getWorkSheet(int i)
returns the handle to a WorkSheet by name.
|
WorkSheetHandle |
WorkBookHandle.getWorkSheet(String handstr)
returns the handle to a WorkSheet by name.
|
WorkSheetHandle |
WorkBook.getWorkSheet(String handstr)
returns the handle to a WorkSheet by name.
|
void |
CellRangeRef.resolve(WorkBookHandle book)
Resolves sheet names into sheet handles against the given book.
|
Copyright © 2002–2019 Starter Inc.. All rights reserved.