| Package | Description |
|---|---|
| org.apache.poi.hssf.usermodel |
The usermodel package maps HSSF low level structures to familiar workbook/sheet model
|
| org.apache.poi.ss.formula |
This package contains common internal POI code for manipulating formulas.
|
| org.apache.poi.ss.usermodel |
| Modifier and Type | Method and Description |
|---|---|
Table |
HSSFEvaluationWorkbook.getTable(String name) |
| Modifier and Type | Method and Description |
|---|---|
Table |
FormulaParsingWorkbook.getTable(String name)
XSSF Only - gets a table that exists in the worksheet
|
| Modifier and Type | Method and Description |
|---|---|
CellRangeAddressBase |
TableStyleType.appliesTo(Table table,
Cell cell)
A range is returned only for the part of the table matching this enum instance and containing the given cell.
|
CellRangeAddressBase |
TableStyleType.appliesTo(Table table,
CellReference cell)
A range is returned only for the part of the table matching this enum instance and containing the given cell reference.
|
CellRangeAddressBase |
TableStyleType.getRange(Table table,
Cell cell)
|
CellRangeAddressBase |
TableStyleType.getRange(Table table,
CellReference cell) |