| Package | Description |
|---|---|
| org.apache.poi.hssf.usermodel |
The usermodel package maps HSSF low level structures to familiar workbook/sheet model
|
| org.apache.poi.ss.usermodel |
| Modifier and Type | Method and Description |
|---|---|
CellReferenceType |
HSSFWorkbook.getCellReferenceType() |
| Modifier and Type | Method and Description |
|---|---|
void |
HSSFWorkbook.setCellReferenceType(CellReferenceType cellReferenceType)
Configure workbook to a specific cell reference type, e.g.
|
| Modifier and Type | Method and Description |
|---|---|
CellReferenceType |
Workbook.getCellReferenceType() |
static CellReferenceType |
CellReferenceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CellReferenceType[] |
CellReferenceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Workbook.setCellReferenceType(CellReferenceType cellReferenceType) |