Package | Description |
---|---|
io.keikai.range.impl.imexp |
Keikai Spreadsheet Internal Range API Implementation classes.
|
org.zkoss.poi.hssf.usermodel |
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
|
org.zkoss.poi.ss.usermodel | |
org.zkoss.poi.xssf.usermodel |
Modifier and Type | Method and Description |
---|---|
protected void |
ExcelXlsxImporter.importChart(List<ZssChartX> poiCharts,
Sheet poiSheet,
SSheet sheet)
Not import X & Y axis title because
XSSFCategoryAxis doesn't provide API to get title. |
protected void |
ExcelXlsImporter.importChart(List<ZssChartX> poiCharts,
Sheet poiSheet,
SSheet sheet) |
Modifier and Type | Class and Description |
---|---|
class |
HSSFChartShape
Represents a escher chart.
|
Modifier and Type | Method and Description |
---|---|
void |
HSSFPatriarch.deleteChart(ZssChartX chartX) |
void |
HSSFPatriarch.moveChart(ZssChartX chart,
ClientAnchor anchor) |
Modifier and Type | Method and Description |
---|---|
void |
Drawing.deleteChart(ZssChartX chartX)
Remove an existing chart
|
void |
Drawing.moveChart(ZssChartX chart,
ClientAnchor anchor) |
Modifier and Type | Class and Description |
---|---|
class |
XSSFChartX |
Modifier and Type | Method and Description |
---|---|
void |
XSSFDrawing.deleteChart(ZssChartX chartX) |
void |
XSSFDrawing.moveChart(ZssChartX chartX,
ClientAnchor anchor) |
Copyright © 2020. All rights reserved.