Uses of Interface
org.apache.poi.ss.usermodel.CellRange
Packages that use CellRange
Package
Description
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
-
Uses of CellRange in org.apache.poi.hssf.usermodel
Methods in org.apache.poi.hssf.usermodel that return CellRangeModifier and TypeMethodDescriptionHSSFSheet.removeArrayFormula
(Cell cell) HSSFSheet.setArrayFormula
(String formula, CellRangeAddress range) -
Uses of CellRange in org.apache.poi.ss.usermodel
Methods in org.apache.poi.ss.usermodel that return CellRangeModifier and TypeMethodDescriptionSheet.removeArrayFormula
(Cell cell) Remove a Array Formula from this sheet.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 CellRangeModifier and TypeClassDescriptionfinal 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 CellRangeModifier and TypeMethodDescriptionSXSSFSheet.removeArrayFormula
(Cell cell) Remove a Array Formula from this sheet.SXSSFSheet.setArrayFormula
(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 CellRangeModifier and TypeMethodDescriptionXSSFSheet.removeArrayFormula
(Cell cell) XSSFSheet.setArrayFormula
(String formula, CellRangeAddress range)