| 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 |
|---|---|
Row |
BiffRec.getRow() |
Row |
XLSRecord.getRow()
get the row of this cell
|
Row |
Sheet.getRowByNumber(int r)
get a handle to the Row at the specified
row index
|
Row |
Boundsheet.getRowByNumber(int r)
get a handle to the Row at the specified
row index
Zero-based Index.
|
Row[] |
Sheet.getRows()
return an Array of the Rows in no particular order
|
Row[] |
Boundsheet.getRows()
return an Array of the Rows
|
Row |
Boundsheet.insertRow(int rownum,
int firstcol,
int flag,
boolean shiftrows)
Inserts a row and shifts subsequent rows down by one.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Boundsheet.addRowRec(Row r)
associate an existing Row with this Boundsheet
if the row already exists...
|
void |
BiffRec.setRow(Row r) |
void |
XLSRecord.setRow(Row r) |
| Modifier and Type | Field and Description |
|---|---|
Row |
RowHandle.myRow |
| Constructor and Description |
|---|
RowHandle(Row c,
WorkSheetHandle ws) |
Copyright © 2002–2019 Starter Inc.. All rights reserved.