| 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 |
Boundsheet.removeRowContents(int rownum)
Remove a row, do not shift any other rows
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<CellHandle> |
CellRange.getCellsByRow(int rownumber)
Get the cells from a particular rownumber, constrained by the boundaries of
the cellRange
|
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
|
void |
WorkSheet.removeRow(int rownum)
Remove a Row and all associated Cells from
this WorkSheet.
|
void |
WorkSheetHandle.removeRow(int rownum)
Remove a Row and all associated Cells from this WorkSheet.
|
void |
WorkSheet.removeRow(int rownum,
boolean shiftrows)
Remove a Row and all associated Cells from
this WorkSheet.
|
void |
WorkSheetHandle.removeRow(int rownum,
boolean shiftrows)
Remove a Row and all associated Cells from this WorkSheet.
|
void |
WorkSheetHandle.removeRow(int rownum,
int flag)
Remove a Row and all associated Cells from this WorkSheet.
|
void |
WorkSheetHandle.removeRowContents(int rownum)
Remove all cells and formatting from a row within this WorkSheet.
|
void |
CellRange.sort(int rownumber,
boolean ascending)
Resort all cells in the range according to the rownumber passed in.
|
void |
CellRange.sort(int rownumber,
Comparator<CellHandle> comparator,
boolean ascending)
Re-sort all cells in this cell range according to the column.
|
Copyright © 2002–2019 Starter Inc.. All rights reserved.