| 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 | |
| org.apache.poi.xssf.streaming | |
| org.apache.poi.xssf.usermodel | 
| Modifier and Type | Method and Description | 
|---|---|
| CellRange<HSSFCell> | HSSFSheet. removeArrayFormula(Cell cell) | 
| CellRange<HSSFCell> | HSSFSheet. setArrayFormula(java.lang.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(java.lang.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(java.lang.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(java.lang.String formula,
               CellRangeAddress range) | 
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.