Uses of Interface
org.apache.poi.ss.usermodel.Workbook

Packages that use Workbook
org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model 
org.apache.poi.ss.formula.eval.forked   
org.apache.poi.ss.usermodel   
org.apache.poi.xssf.usermodel   
 

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

Classes in org.apache.poi.hssf.usermodel that implement Workbook
 class HSSFWorkbook
          High level representation of a workbook.
 

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
 HSSFFont HSSFCellStyle.getFont(Workbook parentWorkbook)
          gets the font for this style
 

Uses of Workbook in org.apache.poi.ss.formula.eval.forked
 

Methods in org.apache.poi.ss.formula.eval.forked with parameters of type Workbook
 void ForkedEvaluator.copyUpdatedCells(Workbook workbook)
          Copies the values of all updated cells (modified by calls to ForkedEvaluator.updateCell(String, int, int, ValueEval)) to the supplied workbook.
Typically, the supplied workbook is a writable copy of the 'master workbook', but at the very least it must contain sheets with the same names.
static ForkedEvaluator ForkedEvaluator.create(Workbook wb, IStabilityClassifier stabilityClassifier)
           
 

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

Methods in org.apache.poi.ss.usermodel that return Workbook
static Workbook WorkbookFactory.create(java.io.InputStream inp)
          Creates the appropriate HSSFWorkbook / XSSFWorkbook from the given InputStream.
static Workbook WorkbookFactory.create(Package pkg)
          Creates an XSSFWorkbook from the given OOXML Package
static Workbook WorkbookFactory.create(POIFSFileSystem fs)
          Creates an HSSFWorkbook from the given POIFSFileSystem
 Workbook Sheet.getWorkbook()
          Return the parent workbook
 

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

Classes in org.apache.poi.xssf.usermodel that implement Workbook
 class XSSFWorkbook
          High level representation of a SpreadsheetML workbook.
 



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