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 SXSSFRow
SXSSFSheet. createRow(int rownum)
Create a new row within the sheet and return the high level representationSXSSFRow
SXSSFSheet. 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 void
SXSSFSheet. changeRowNum(SXSSFRow row, int newRowNum)
int
SXSSFRow. compareTo(SXSSFRow other)
Compares twoSXSSFRow
objects.int
SXSSFSheet. getRowNum(SXSSFRow row)
void
SheetDataWriter. 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)
-