| 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 |
WorkBook.copyChartToSheet(String chartname,
String sheetname)
Copies an existing Chart to another WorkSheet
|
void |
WorkBook.deleteChart(String chartname,
Boundsheet sheet)
remove an existing chart from the workbook
NOTE: STILL EXPERIMENTAL TESTS OK IN BASIC CIRCUMSTANCES BUT MUST BE TESTED FURTHER
|
Chart |
WorkBook.getChart(String chartname)
Returns a Chart Handle
|
void |
WorkBook.removeChart(String chartname)
removes the desired chart from the list of charts
|
| Modifier and Type | Method and Description |
|---|---|
void |
WorkBookHandle.copyChartToSheet(ChartHandle chart,
WorkSheetHandle sheet)
Copies an existing Chart to another WorkSheet
|
void |
WorkBook.copyChartToSheet(ChartHandle chart,
WorkSheetHandle sheet)
Copies an existing Chart to another WorkSheet
|
void |
WorkBookHandle.copyChartToSheet(String chartname,
String sheetname)
Copies an existing Chart to another WorkSheet
|
void |
WorkBook.copyChartToSheet(String chartname,
String sheetname)
Copies an existing Chart to another WorkSheet
|
void |
WorkBookHandle.deleteChart(String chartname,
WorkSheetHandle wsh)
delete an existing chart of the workbook
|
ChartHandle |
WorkBookHandle.getChart(String chartname)
Returns a Chart Handle
|
ChartHandle |
WorkBook.getChart(String chartname)
Returns a Chart Handle
|
ChartHandle |
WorkBookHandle.getChartById(int id)
retrieve a ChartHandle via id
|
Copyright © 2002–2019 Starter Inc.. All rights reserved.