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 Related Documentation For overviews, tutorials, examples, guides, and tool documentation, please see: Jakarta POI Project
 

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.cloneSheet(int sheetNum)
          create an HSSFSheet from an existing sheet in the HSSFWorkbook.
 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
 


jakarta-poi 1.10.0-dev

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