Uses of Class
org.apache.poi.xssf.streaming.SXSSFRow

Packages that use SXSSFRow
org.apache.poi.xssf.streaming   
 

Uses of SXSSFRow in org.apache.poi.xssf.streaming
 

Methods in org.apache.poi.xssf.streaming that return SXSSFRow
 SXSSFRow SXSSFSheet.createRow(int rownum)
          Create a new row within the sheet and return the high level representation
 SXSSFRow SXSSFSheet.getRow(int rownum)
          Returns the logical row (not physical) 0-based.
 

Methods in org.apache.poi.xssf.streaming with parameters of type SXSSFRow
 void SXSSFSheet.changeRowNum(SXSSFRow row, int newRowNum)
           
 int SXSSFRow.compareTo(SXSSFRow other)
          Compares two SXSSFRow objects.
 int SXSSFSheet.getRowNum(SXSSFRow row)
           
 void SheetDataWriter.writeRow(int rownum, SXSSFRow row)
          Write a row to the file
 

Constructors in org.apache.poi.xssf.streaming with parameters of type SXSSFRow
SXSSFCell(SXSSFRow row, CellType cellType)
           
 



Copyright 2017 The Apache Software Foundation or its licensors, as applicable.