| 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 |
|---|---|
static String |
OOXMLAdapter.getStandaloneChartDrawingOOXML(ChartHandle ch)
get a standalone ChartML document
|
| Modifier and Type | Method and Description |
|---|---|
ChartHandle |
WorkBookHandle.createChart(String name,
WorkSheetHandle wsh)
Creates a new Chart and places it at the end of the workbook
|
static ChartHandle |
ChartHandle.createNewChart(WorkSheetHandle sheet,
int chartType,
EnumSet<ChartHandle.ChartOptions> options)
Static method to create a new chart on WorkSheet sheet of type chartType with
chart Options options
After creating, you can set the chart title via ChartHandle.setTitle and Position via ChartHandle.setRelativeBounds (row/col-based) or ChartHandle.setCoords (pixel-based) as well as several other customizations possible |
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
|
ChartHandle[] |
WorkBookHandle.getCharts()
Returns all Chart Handles contained in the WorkBook
|
ChartHandle[] |
WorkBook.getCharts()
Returns all Chart Handles contained in the WorkBook
|
| 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
|
Copyright © 2002–2019 Starter Inc.. All rights reserved.