Uses of Class
org.apache.poi.ss.util.SSCellRange
-
Packages that use SSCellRange Package Description org.apache.poi.ss.util -
-
Uses of SSCellRange in org.apache.poi.ss.util
Methods in org.apache.poi.ss.util that return SSCellRange Modifier and Type Method Description static <B extends Cell>
SSCellRange<B>SSCellRange. create(int firstRow, int firstColumn, int height, int width, List<B> flattenedList, Class<B> cellClass)
-