Uses of Interface
org.apache.poi.hssf.model.Model

Packages that use Model
org.apache.poi.hssf.eventmodel   
org.apache.poi.hssf.model Provides low level API structures for reading, writing, modifying XLS files. 
 

Uses of Model in org.apache.poi.hssf.eventmodel
 

Methods in org.apache.poi.hssf.eventmodel with parameters of type Model
 boolean ModelFactoryListener.process(Model model)
          Process a model.
 

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

Classes in org.apache.poi.hssf.model that implement Model
 class Sheet
          Low level model implementation of a Sheet (one workbook contains many sheets) This file contains the low level binary records starting at the sheets BOF and ending with the sheets EOF.
 class Workbook
          Low level model implementation of a Workbook.
 



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