| 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 | |
| org.apache.poi.ss.util |
| Modifier and Type | Method and Description |
|---|---|
CellRange<HSSFCell> |
HSSFSheet.removeArrayFormula(Cell cell) |
CellRange<HSSFCell> |
HSSFSheet.setArrayFormula(String formula,
CellRangeAddress range) |
| Modifier and Type | Method and Description |
|---|---|
CellRange<? extends Cell> |
Sheet.removeArrayFormula(Cell cell)
Remove a Array Formula from this sheet.
|
CellRange<? extends Cell> |
Sheet.setArrayFormula(String formula,
CellRangeAddress range)
Sets array formula to specified region for result.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SSCellRange<K extends Cell>
For POI internal use only
|