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 | Description |
---|---|---|
CellRangeAddressBase |
HSSFChart.HSSFSeries.getCategoryLabelsCellRange() |
|
CellRangeAddressBase |
HSSFChart.HSSFSeries.getValuesCellRange() |
Modifier and Type | Method | Description |
---|---|---|
void |
HSSFChart.HSSFSeries.setCategoryLabelsCellRange(CellRangeAddressBase range) |
|
void |
HSSFChart.HSSFSeries.setValuesCellRange(CellRangeAddressBase range) |
Modifier and Type | Class | Description |
---|---|---|
class |
CellRangeAddress |
Deprecated.
use
CellRangeAddress |
class |
CellRangeAddress8Bit |
See OOO documentation: excelfileformat.pdf sec 2.5.14 - 'Cell Range Address'
|
Modifier and Type | Class | Description |
---|---|---|
class |
CellRangeAddress |
See OOO documentation: excelfileformat.pdf sec 2.5.14 - 'Cell Range Address'
|
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.