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.streaming | |
org.apache.poi.xssf.usermodel | |
org.apache.poi.xssf.usermodel.charts |
Modifier and Type | Method and Description |
---|---|
Chart |
HSSFPatriarch.createChart(ClientAnchor anchor) |
Modifier and Type | Method and Description |
---|---|
Chart |
Drawing.createChart(ClientAnchor anchor)
Creates a chart.
|
Modifier and Type | Method and Description |
---|---|
void |
ChartData.fillChart(Chart chart,
ChartAxis... axis)
Fills a charts with data specified by implementation.
|
Modifier and Type | Method and Description |
---|---|
Chart |
SXSSFDrawing.createChart(ClientAnchor anchor) |
Modifier and Type | Class and Description |
---|---|
class |
XSSFChart
Represents a SpreadsheetML Chart
|
Modifier and Type | Method and Description |
---|---|
void |
XSSFScatterChartData.fillChart(Chart chart,
ChartAxis... axis) |
void |
XSSFLineChartData.fillChart(Chart chart,
ChartAxis... axis) |
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.