Uses of Class
org.apache.poi.hssf.model.Workbook

Packages that use Workbook
org.apache.poi.hssf.model Provides low level API structures for reading, writing, modifying XLS files. 
org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model 
 

Uses of Workbook in org.apache.poi.hssf.model
 

Methods in org.apache.poi.hssf.model that return Workbook
static Workbook Workbook.createWorkbook()
          Creates an empty workbook object with three blank sheets and all the empty fields.
static Workbook Workbook.createWorkbook(java.util.List recs)
          read support for low level API.
 

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

Fields in org.apache.poi.hssf.usermodel declared as Workbook
protected  Workbook HSSFSheet.book
           
 

Methods in org.apache.poi.hssf.usermodel that return Workbook
protected  Workbook HSSFCell.getBoundWorkbook()
          Returns the Workbook that this Cell is bound to
protected  Workbook HSSFWorkbook.getWorkbook()
           
 

Methods in org.apache.poi.hssf.usermodel with parameters of type Workbook
 java.lang.String HSSFCellStyle.getDataFormatString(Workbook workbook)
          Get the contents of the format string, by looking up the DataFormat against the supplied workbook
 

Constructors in org.apache.poi.hssf.usermodel with parameters of type Workbook
HSSFCellStyle(short index, ExtendedFormatRecord rec, Workbook workbook)
           
HSSFDataFormat(Workbook workbook)
          Construncts a new data formatter.
HSSFWorkbook(Workbook book)
           
 



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