Uses of Class
org.apache.poi.xssf.streaming.SXSSFRow
-
Packages that use SXSSFRow Package Description org.apache.poi.xssf.streaming -
-
Uses of SXSSFRow in org.apache.poi.xssf.streaming
Methods in org.apache.poi.xssf.streaming that return SXSSFRow Modifier and Type Method Description SXSSFRowSXSSFSheet. createRow(int rownum)Create a new row within the sheet and return the high level representationSXSSFRowSXSSFSheet. getRow(int rownum)Returns the logical row (not physical) 0-based.Methods in org.apache.poi.xssf.streaming with parameters of type SXSSFRow Modifier and Type Method Description voidSXSSFSheet. changeRowNum(SXSSFRow row, int newRowNum)intSXSSFRow. compareTo(SXSSFRow other)Compares twoSXSSFRowobjects.intSXSSFSheet. getRowNum(SXSSFRow row)voidSheetDataWriter. writeRow(int rownum, SXSSFRow row)Write a row to the fileConstructors in org.apache.poi.xssf.streaming with parameters of type SXSSFRow Constructor Description SXSSFCell(SXSSFRow row, CellType cellType)
-