| Package | Description |
|---|---|
| io.starter.formats.XLS | |
| 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 |
|---|---|
Name[] |
Boundsheet.getAllNames()
Get all the names for this boundsheet
|
Name |
WorkBook.getName(int t)
returns a Named range by number
|
Name |
Boundsheet.getName(String name)
Get a sheet scoped name record from the boundsheet
|
Name |
WorkBook.getName(String nameRef)
returns a named range by name string
This method will first attempt to look in the book names, then the sheet names,
obviously different scoped names can have the same identifying name, so this could return
one of multiple names if this is the case
|
Name[] |
WorkBook.getNames()
Get a collection of all names in the workbook
|
protected Name |
Boundsheet.getPrintAreaNameRec()
Get the print area name rec for this
boundsheet, return null if not exists
|
protected Name |
Boundsheet.getPrintAreaNameRec(byte type)
Get the print area or titles name rec for this
boundsheet, return null if not exists
|
Name |
Boundsheet.getScopedName(String nameRef)
returns a scoped named range by name string
|
Name |
WorkBook.getScopedName(String nameRef)
returns a scoped named range by name string
|
Name[] |
Boundsheet.getSheetScopedNames()
Get a collection of all names in the worksheet
|
Name[] |
WorkBook.getWorkbookScopedNames()
Get a collection of all names in the workbook
|
| Modifier and Type | Method and Description |
|---|---|
void |
Boundsheet.addLocalName(Name name)
Add a sheet-scoped name record to the boundsheet
Note this is not that primary repository for names, it just contains the name records
that are bound to this sheet, adding them here will not add them to the workbook;
|
void |
WorkBook.addLocalName(Name name)
Add a sheet-scoped name record to the boundsheet
Note this is not that primary repository for names, it just contains the name records
that are bound to this book, adding them here will not add them to the workbook;
|
int |
WorkBook.addName(Name n)
add a Name object to the collection of names
|
void |
WorkBook.addNameUpdateSheetRefs(Name n,
String origWorkBookName) |
void |
WorkBook.associateDereferencedNames(Name name)
Re-assocates ptgrefs that are pointing to a name that has been deleted then
is recreated
|
void |
WorkBook.insertName(Name n)
Inserts a newly created Name record into the correct location in the streamer.
|
void |
Boundsheet.removeLocalName(Name name)
Remove a sheet-scoped name record from the boundsheet.
|
void |
WorkBook.removeLocalName(Name name)
Remove a sheet-scoped name record from the boundsheet.
|
boolean |
WorkBook.removeName(Name n) |
| Modifier and Type | Method and Description |
|---|---|
Name |
PtgNameX.getName() |
Name |
PtgName.getName() |
| Constructor and Description |
|---|
NameHandle(Name c,
WorkBookHandle myb)
Create a NameHandle from an internal Name record
|
Copyright © 2002–2019 Starter Inc.. All rights reserved.