| 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 |
|---|---|
Colinfo |
Boundsheet.addColinfo(int begCol,
int endCol,
int width,
int ixfe,
int grbit)
Add a new colinfo
|
Colinfo |
Boundsheet.createColinfo(int first,
int last) |
Colinfo |
Boundsheet.createColinfo(int first,
int last,
Colinfo template)
Create a colinfo using the values from an existing colinfo
|
Colinfo |
Boundsheet.createColinfo(int first,
int last,
int width,
int ixfe,
int grbit)
Add a new colinfo
|
Colinfo |
Sheet.getColInfo(int colin)
get a handle to a specific column of cells in this sheet
|
Colinfo |
Boundsheet.getColInfo(int col)
get a handle to a specific column of cells in this sheet
|
Colinfo |
Sheet.getColinfo(String c)
get a colinfo by first col in range
|
Colinfo |
Boundsheet.getColinfo(String c)
get a colinfo by name
|
static Colinfo |
Colinfo.getPrototype(int colF,
int colL,
int wide,
int formatIdx) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Colinfo> |
Sheet.getColinfos()
get the Collection of Colinfos
|
Collection<Colinfo> |
Boundsheet.getColinfos()
get the Collection of Colinfos
|
| Modifier and Type | Method and Description |
|---|---|
void |
Sheet.addColinfo(Colinfo c)
column formatting records
|
void |
Boundsheet.addColinfo(Colinfo c)
column formatting records
Note that it checks if exists.
|
Colinfo |
Boundsheet.createColinfo(int first,
int last,
Colinfo template)
Create a colinfo using the values from an existing colinfo
|
| Constructor and Description |
|---|
ColHandle(Colinfo c,
WorkSheetHandle sheet)
creates a new ColHandle from a Colinfo Object and reference to a worksheet (WorkSheetHandle Object)
|
Copyright © 2002–2019 Starter Inc.. All rights reserved.