Package | Description |
---|---|
org.apache.poi.hssf.usermodel |
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
|
org.apache.poi.ss.usermodel | |
org.apache.poi.ss.usermodel.charts | |
org.apache.poi.xssf.usermodel | |
org.apache.poi.xssf.usermodel.charts |
Modifier and Type | Method | Description |
---|---|---|
Chart |
HSSFPatriarch.createChart(ClientAnchor anchor) |
Modifier and Type | Method | Description |
---|---|---|
Chart |
Drawing.createChart(ClientAnchor anchor) |
Creates a chart.
|
Modifier and Type | Method | Description |
---|---|---|
void |
ChartData.fillChart(Chart chart,
ChartAxis... axis) |
Fills a charts with data specified by implementation.
|
Modifier and Type | Class | Description |
---|---|---|
class |
XSSFChart |
Represents a SpreadsheetML Chart
|
Modifier and Type | Method | Description |
---|---|---|
void |
XSSFLineChartData.fillChart(Chart chart,
ChartAxis... axis) |
|
void |
XSSFScatterChartData.fillChart(Chart chart,
ChartAxis... axis) |
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.