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 |
---|---|
static HSSFChart[] |
HSSFChart.getSheetCharts(HSSFSheet sheet)
Returns all the charts for the given sheet.
|
Modifier and Type | Method and Description |
---|---|
HSSFChartShape |
HSSFPatriarch.createChart(HSSFAnchor anchor,
HSSFChart chart) |
HSSFChartShape |
HSSFShapeGroup.createChart(HSSFChildAnchor anchor,
HSSFChart chart) |
void |
HSSFChartShape.setChart(HSSFChart chart) |
Modifier and Type | Method and Description |
---|---|
protected SChart.ChartType |
ExcelXlsImporter.convertChartType(HSSFChart hssfChart)
refer to 2.2.3.7 Chart Group
|
protected java.lang.String |
ExcelXlsImporter.getChartTitle(HSSFChart hssfChart) |
protected void |
ExcelXlsImporter.importAxis(HSSFChart hssfChart,
SChart chart) |
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.