| 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 |
|---|---|
void |
OOXMLWriter.writeRow(RowHandle row,
ArrayList hyperlinks)
Writes a row and all contents to the zip output
|
| Modifier and Type | Method and Description |
|---|---|
RowHandle |
CellHandle.getRow()
Returns the RowHandle for the Cell.
|
RowHandle |
WorkSheet.getRow(int t)
get an a RowHandle for
this WorkSheet by number
|
RowHandle |
WorkSheetHandle.getRow(int t)
returns the RowHandle for the row at index position
the row index is zero based ie: Excel row 1 = 0
|
RowHandle[] |
CellRange.getRows()
Returns an array of Rows (RowHandles) referenced by this CellRange
|
RowHandle[] |
WorkSheet.getRows()
get an array of all RowHandles for
this WorkSheet
|
RowHandle[] |
WorkSheetHandle.getRows()
get an array of all RowHandles for this WorkSheet
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
WorkSheetHandle.insertRow(int rownum,
RowHandle copyRow,
int flag,
boolean shiftrows)
Insert a blank row into the worksheet.
|
void |
FormatHandle.setRowHandle(RowHandle c)
Set a row handle on this format handle, so all changes applied to this
format will be applied to the entire row
|
Copyright © 2002–2019 Starter Inc.. All rights reserved.