Uses of Class
org.apache.poi.xssf.usermodel.XSSFSheet

Packages that use XSSFSheet
org.apache.poi.xssf.model   
org.apache.poi.xssf.streaming   
org.apache.poi.xssf.usermodel   
org.apache.poi.xssf.usermodel.helpers   
 

Uses of XSSFSheet in org.apache.poi.xssf.model
 

Methods in org.apache.poi.xssf.model that return XSSFSheet
 XSSFSheet SingleXmlCells.getXSSFSheet()
           
 

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

Constructors in org.apache.poi.xssf.streaming with parameters of type XSSFSheet
SXSSFSheet(SXSSFWorkbook workbook, XSSFSheet xSheet)
           
 

Uses of XSSFSheet in org.apache.poi.xssf.usermodel
 

Subclasses of XSSFSheet in org.apache.poi.xssf.usermodel
 class XSSFChartSheet
          High level representation of Sheet Parts that are of type 'chartsheet'.
 class XSSFDialogsheet
           
 

Methods in org.apache.poi.xssf.usermodel that return XSSFSheet
 XSSFSheet XSSFTable.getXSSFSheet()
           
 

Constructors in org.apache.poi.xssf.usermodel with parameters of type XSSFSheet
XSSFDataValidationHelper(XSSFSheet xssfSheet)
           
 

Uses of XSSFSheet in org.apache.poi.xssf.usermodel.helpers
 

Constructors in org.apache.poi.xssf.usermodel.helpers with parameters of type XSSFSheet
XSSFRowShifter(XSSFSheet sh)