| Package | Description |
|---|---|
| io.starter.OpenXLS |
The OpenXLS package contains the primary classes for working with spreadsheets.
|
| Modifier and Type | Method and Description |
|---|---|
static CellHandle |
CellHandle.copyCellToWorkSheet(CellHandle sourcecell,
WorkSheetHandle newsheet,
int row,
int col)
Creates a copy of this cell on the given worksheet at the given address.
|
CellHandle |
CellHandle.copyTo(String newaddr)
copy this Cell to another location.
|
void |
WorkSheet.moveCell(CellHandle c,
String addr)
Move a cell on this WorkSheet.
|
void |
WorkSheetHandle.moveCell(CellHandle c,
String addr)
Move a cell on this WorkSheet.
|
void |
CellHandle.moveTo(String newaddr)
move this cell to another location.
|
void |
CellHandle.moveToCol(String newcol)
move this cell to another column
throws CellPositionConflictException if there is a cell in that position already |
void |
CellHandle.moveToRow(int newrow)
move this cell to another row
throws CellPositionConflictException if there is a cell in that position already |
Copyright © 2002–2019 Starter Inc.. All rights reserved.