Package | Description |
---|---|
org.zkoss.poi.hssf.usermodel |
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
|
org.zkoss.poi.ss.usermodel | |
org.zkoss.poi.ss.util | |
org.zkoss.poi.xssf.streaming | |
org.zkoss.poi.xssf.usermodel |
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
|
Modifier and Type | Method and Description |
---|---|
CellRange<? extends Cell> |
SXSSFSheet.removeArrayFormula(Cell cell)
Remove a Array Formula from this sheet.
|
CellRange<? extends Cell> |
SXSSFSheet.setArrayFormula(String formula,
CellRangeAddress range)
Sets array formula to specified region for result.
|
Modifier and Type | Method and Description |
---|---|
CellRange<XSSFCell> |
XSSFSheet.removeArrayFormula(Cell cell) |
CellRange<XSSFCell> |
XSSFSheet.setArrayFormula(String formula,
CellRangeAddress range) |
Copyright © 2020. All rights reserved.