|
||||||||||
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 |
Uses of CellRange in org.apache.poi.hssf.usermodel |
---|
Methods in org.apache.poi.hssf.usermodel that return CellRange | |
---|---|
CellRange |
HSSFSheet.removeArrayFormula(Cell cell)
|
CellRange |
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 |
Sheet.removeArrayFormula(Cell cell)
Remove a Array Formula from this sheet. |
CellRange |
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
For POI internal use only |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |