Package | Description |
---|---|
org.apache.poi.hssf.usermodel |
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
|
org.apache.poi.hssf.util |
util package contains tools needed for writing HSSF files that are not necesarily "real"
HSSF concepts.
|
org.apache.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'
|
Modifier and Type | Method and Description |
---|---|
boolean |
CellRangeAddressBase.intersects(CellRangeAddressBase other)
Determines whether or not this CellRangeAddress and the specified CellRangeAddress intersect.
|
Copyright 2016 The Apache Software Foundation or its licensors, as applicable.