Package | Description |
---|---|
org.zkoss.poi.hssf.usermodel |
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
Related Documentation
For overviews, tutorials, examples, guides, and tool documentation, please see:
Apache POI Project
|
org.zkoss.zss.range.impl.imexp |
ZK Spreadsheet Internal Range API Implementation classes.
|
Modifier and Type | Method and Description |
---|---|
HSSFChart.HSSFSeries |
HSSFChart.createSeries() |
HSSFChart.HSSFSeries[] |
HSSFChart.getSeries()
Returns the series of the chart
|
Modifier and Type | Method and Description |
---|---|
boolean |
HSSFChart.removeSeries(HSSFChart.HSSFSeries series) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
ExcelXlsImporter.getTitleFormula(HSSFChart.HSSFSeries series,
int index) |
Modifier and Type | Method and Description |
---|---|
protected void |
ExcelXlsImporter.importSeries(java.util.List<HSSFChart.HSSFSeries> seriesList,
SGeneralChartData chartData)
reference ChartHelper.prepareCategoryModel()
|
protected void |
ExcelXlsImporter.importXySeries(java.util.List<HSSFChart.HSSFSeries> seriesList,
SGeneralChartData chartData)
reference ChartHelper.prepareXYModel()
|
protected void |
ExcelXlsImporter.importXyzSeries(java.util.List<HSSFChart.HSSFSeries> seriesList,
SGeneralChartData chartData) |
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.