Uses of Interface
org.apache.poi.ss.usermodel.CellRange
-
Packages that use CellRange Package Description org.apache.poi.hssf.usermodel The usermodel package maps HSSF low level structures to familiar workbook/sheet modelorg.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 Modifier and Type Method Description CellRange<HSSFCell>
HSSFSheet. removeArrayFormula(Cell cell)
CellRange<HSSFCell>
HSSFSheet. setArrayFormula(String formula, CellRangeAddress range)
-
Uses of CellRange in org.apache.poi.ss.usermodel
Methods in org.apache.poi.ss.usermodel that return CellRange Modifier and Type Method 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. -
Uses of CellRange in org.apache.poi.ss.util
Classes in org.apache.poi.ss.util that implement CellRange Modifier and Type Class Description class
SSCellRange<K extends Cell>
For POI internal use only
-