Uses of Interface
org.apache.poi.ss.usermodel.CellRange
-
Packages that use CellRange Package Description org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet modelorg.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 Modifier and Type Method Description 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 Modifier and Type Method 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. -
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 -
Uses of CellRange in org.apache.poi.xssf.streaming
Methods in org.apache.poi.xssf.streaming that return CellRange Modifier and Type Method 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. -
Uses of CellRange in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel that return CellRange Modifier and Type Method Description CellRange<XSSFCell>
XSSFSheet. removeArrayFormula(Cell cell)
CellRange<XSSFCell>
XSSFSheet. setArrayFormula(java.lang.String formula, CellRangeAddress range)
-