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

Packages that use Workbook
org.apache.poi.hssf.eventusermodel HSSF eventmodel Package provides an event-based API for reading HSSF files. 
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.eventusermodel
 

Methods in org.apache.poi.hssf.eventusermodel that return Workbook
static Workbook EventWorkbookBuilder.createStubWorkbook(ExternSheetRecord[] externs, BoundSheetRecord[] bounds)
          Creates a stub workbook from the supplied records, suitable for use with the HSSFFormulaParser
static Workbook EventWorkbookBuilder.createStubWorkbook(ExternSheetRecord[] externs, BoundSheetRecord[] bounds, SSTRecord sst)
          Creates a stub Workbook from the supplied records, suitable for use with the HSSFFormulaParser
 Workbook EventWorkbookBuilder.SheetRecordCollectingListener.getStubWorkbook()
           
 

Methods in org.apache.poi.hssf.eventusermodel with parameters of type Workbook
static HSSFWorkbook EventWorkbookBuilder.createStubHSSFWorkbook(Workbook workbook)
          Wraps up your stub Workbook as a stub HSSFWorkbook, ready for passing to HSSFFormulaParser
 

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<Record> 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 low level workbook
 

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



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