Package | Description |
---|---|
org.zkoss.poi.hssf.usermodel |
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
|
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'
|
Copyright © 2020. All rights reserved.