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

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

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

Subclasses of XSSFSheet in org.apache.poi.xssf.usermodel
 class XSSFDialogsheet
           
 

Methods in org.apache.poi.xssf.usermodel that return XSSFSheet
 XSSFSheet XSSFWorkbook.cloneSheet(int sheetNum)
          Create an XSSFSheet from an existing sheet in the XSSFWorkbook.
 XSSFSheet XSSFWorkbook.createSheet()
          Create an XSSFSheet for this workbook, adds it to the sheets and returns the high level representation.
 XSSFSheet XSSFWorkbook.createSheet(java.lang.String sheetname)
          Create an XSSFSheet for this workbook, adds it to the sheets and returns the high level representation.
 XSSFSheet XSSFRow.getSheet()
          Returns the XSSFSheet this row belongs to
 XSSFSheet XSSFCell.getSheet()
          Returns the sheet this cell belongs to
 XSSFSheet XSSFWorkbook.getSheet(java.lang.String name)
          Get sheet with the given name (case insensitive match)
 XSSFSheet XSSFWorkbook.getSheetAt(int index)
          Get the XSSFSheet object at the given index.
 

Methods in org.apache.poi.xssf.usermodel that return types with arguments of type XSSFSheet
 java.util.Iterator<XSSFSheet> XSSFWorkbook.iterator()
          Allows foreach loops:
 

Constructors in org.apache.poi.xssf.usermodel with parameters of type XSSFSheet
XSSFDialogsheet(XSSFSheet sheet)
           
XSSFRow(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRow row, XSSFSheet sheet)
          Construct a XSSFRow.
 

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)
           
 



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