Uses of Class
org.apache.poi.hssf.usermodel.HSSFSheet

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

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

Methods in org.apache.poi.hssf.usermodel that return HSSFSheet
 HSSFSheet HSSFWorkbook.createSheet()
          create an HSSFSheet for this HSSFWorkbook, adds it to the sheets and returns the high level representation.
 HSSFSheet HSSFWorkbook.createSheet(java.lang.String sheetname)
          create an HSSFSheet for this HSSFWorkbook, adds it to the sheets and returns the high level representation.
 HSSFSheet HSSFWorkbook.getSheetAt(int index)
          Get the HSSFSheet object at the given index.
 HSSFSheet HSSFWorkbook.getSheet(java.lang.String name)
          Get sheet with the given name
 



Copyright © 2002 Apache jakarta-poi project. All Rights Reserved.