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

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

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

Methods in org.apache.poi.hssf.model with parameters of type Workbook
 void Sheet.convertLabelRecords(Workbook wb)
          This is basically a kludge to deal with the now obsolete Label records.
 

Constructors in org.apache.poi.hssf.model with parameters of type Workbook
FormulaParser(java.lang.String formula, Workbook book)
          create the parser with the string that is to be parsed later call the parse() method to return ptg list in rpn order then call the getRPNPtg() to retrive the parse results This class is recommended only for single threaded use
 

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

Constructors in org.apache.poi.hssf.usermodel with parameters of type Workbook
HSSFDataFormat(Workbook workbook)
          Construncts a new data formatter.
HSSFCell(Workbook book, Sheet sheet, int row, short col)
          Creates new Cell - Should only be called by HSSFRow.
HSSFCell(Workbook book, Sheet sheet, int row, short col, int type)
          Deprecated. As of 22-Jan-2002 use @see org.apache.poi.hssf.usermodel.HSSFRow#createCell(short) and use setCellValue to specify the type lazily.
HSSFCell(Workbook book, Sheet sheet, int row, CellValueRecordInterface cval)
          Creates an HSSFCell from a CellValueRecordInterface.
HSSFName(Workbook book, NameRecord name)
          Creates new HSSFName - called by HSSFWorkbook to create a sheet from scratch.
HSSFRow(Workbook book, Sheet sheet, int rowNum)
          Creates new HSSFRow from scratch.
HSSFRow(Workbook book, Sheet sheet, RowRecord record)
          Creates an HSSFRow from a low level RowRecord object.
HSSFSheet(Workbook book)
          Creates new HSSFSheet - called by HSSFWorkbook to create a sheet from scratch.
HSSFSheet(Workbook book, Sheet sheet)
          Creates an HSSFSheet representing the given Sheet object.
 


jakarta-poi 1.10.0-dev

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