Uses of Interface
org.apache.poi.ss.usermodel.Sheet

Packages that use Sheet
org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model 
org.apache.poi.ss.usermodel   
org.apache.poi.xssf.usermodel   
 

Uses of Sheet in org.apache.poi.hssf.usermodel
 

Classes in org.apache.poi.hssf.usermodel that implement Sheet
 class HSSFSheet
          High level representation of a worksheet.
 

Methods in org.apache.poi.hssf.usermodel with parameters of type Sheet
 int HSSFWorkbook.getSheetIndex(Sheet sheet)
          Returns the index of the given sheet
 

Uses of Sheet in org.apache.poi.ss.usermodel
 

Methods in org.apache.poi.ss.usermodel that return Sheet
 Sheet Workbook.cloneSheet(int sheetNum)
          Create an Sheet from an existing sheet in the Workbook.
 Sheet Workbook.createSheet()
          Sreate an Sheet for this Workbook, adds it to the sheets and returns the high level representation.
 Sheet Workbook.createSheet(java.lang.String sheetname)
          Create an Sheet for this Workbook, adds it to the sheets and returns the high level representation.
 Sheet Row.getSheet()
          Returns the Sheet this row belongs to
 Sheet Cell.getSheet()
          Returns the sheet this cell belongs to
 Sheet Workbook.getSheet(java.lang.String name)
          Get sheet with the given name
 Sheet Workbook.getSheetAt(int index)
          Get the Sheet object at the given index.
 

Methods in org.apache.poi.ss.usermodel with parameters of type Sheet
 int Workbook.getSheetIndex(Sheet sheet)
          Returns the index of the given sheet
 

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

Classes in org.apache.poi.xssf.usermodel that implement Sheet
 class XSSFDialogsheet
           
 class XSSFSheet
          High level representation of a SpreadsheetML worksheet.
 

Methods in org.apache.poi.xssf.usermodel with parameters of type Sheet
 int XSSFWorkbook.getSheetIndex(Sheet sheet)
          Returns the index of the given sheet
 



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