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

Packages that use XSSFSheet
org.apache.poi.xssf.model   
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 Table.getXSSFSheet()
           
 XSSFSheet SingleXmlCells.getXSSFSheet()
           
 

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
           
 

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
 

Methods in org.apache.poi.xssf.usermodel.helpers with parameters of type XSSFSheet
static double ColumnHelper.getColumnWidth(XSSFSheet sheet, int column, boolean useMergedCells)
           
 

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