|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CellRange | |
|---|---|
| org.apache.poi.hssf.usermodel | usermodel package maps HSSF low level strutures 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 | |
| Uses of CellRange in org.apache.poi.hssf.usermodel |
|---|
| Methods in org.apache.poi.hssf.usermodel that return CellRange | |
|---|---|
CellRange<HSSFCell> |
HSSFSheet.removeArrayFormula(Cell cell)
|
CellRange<HSSFCell> |
HSSFSheet.setArrayFormula(java.lang.String formula,
CellRangeAddress range)
|
| Uses of CellRange in org.apache.poi.ss.usermodel |
|---|
| Methods in org.apache.poi.ss.usermodel that return CellRange | |
|---|---|
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. |
| Uses of CellRange in org.apache.poi.ss.util |
|---|
| Classes in org.apache.poi.ss.util that implement CellRange | |
|---|---|
class |
SSCellRange<K extends Cell>
For POI internal use only |
| Uses of CellRange in org.apache.poi.xssf.streaming |
|---|
| Methods in org.apache.poi.xssf.streaming that return CellRange | |
|---|---|
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. |
| Uses of CellRange in org.apache.poi.xssf.usermodel |
|---|
| Methods in org.apache.poi.xssf.usermodel that return CellRange | |
|---|---|
CellRange<XSSFCell> |
XSSFSheet.removeArrayFormula(Cell cell)
|
CellRange<XSSFCell> |
XSSFSheet.setArrayFormula(java.lang.String formula,
CellRangeAddress range)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||