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.poi.hssf.util |
util package contains tools needed for writing HSSF files that are not necesarily "real"
HSSF concepts.
|
org.zkoss.poi.ss.util |
Modifier and Type | Method and Description |
---|---|
CellRangeAddressBase |
HSSFChart.HSSFSeries.getCategoryLabelsCellRange() |
CellRangeAddressBase |
HSSFChart.HSSFSeries.getValuesCellRange() |
Modifier and Type | Method and Description |
---|---|
void |
HSSFChart.HSSFSeries.setCategoryLabelsCellRange(CellRangeAddressBase range) |
void |
HSSFChart.HSSFSeries.setValuesCellRange(CellRangeAddressBase range) |
Modifier and Type | Class and Description |
---|---|
class |
CellRangeAddress8Bit
See OOO documentation: excelfileformat.pdf sec 2.5.14 - 'Cell Range Address'
Like
CellRangeAddress except column fields are 8-bit. |
Modifier and Type | Class and Description |
---|---|
class |
CellRangeAddress
See OOO documentation: excelfileformat.pdf sec 2.5.14 - 'Cell Range Address'
In the Microsoft documentation, this is also known as a
Ref8U - see page 831 of version 1.0 of the documentation.
|
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.