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 with parameters of type SXSSFRow
 void SXSSFSheet.changeRowNum(SXSSFRow row, int newRowNum)
           
 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, int cellType)
           
 



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