Uses of Package
org.apache.poi.hssf.model

Packages that use org.apache.poi.hssf.model
org.apache.poi.hssf.eventmodel   
org.apache.poi.hssf.model Provides low level API structures for reading, writing, modifying XLS files. 
org.apache.poi.hssf.record Record package contains class representations for XLS binary strutures. 
org.apache.poi.hssf.record.formula formula package contains binary PTG structures used in Formulas (not yet supported!)  
org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model  
 

Classes in org.apache.poi.hssf.model used by org.apache.poi.hssf.eventmodel
Model
          enclosing_type describe the purpose here
 

Classes in org.apache.poi.hssf.model used by org.apache.poi.hssf.model
AbstractShape
          An abstract shape is the lowlevel model for a shape.
DrawingManager
          Provides utilities to manage drawing groups.
Model
          enclosing_type describe the purpose here
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.
Workbook
          Low level model implementation of a Workbook.
WorkbookRecordList
           
 

Classes in org.apache.poi.hssf.model used by org.apache.poi.hssf.record
DrawingManager
          Provides utilities to manage drawing groups.
Workbook
          Low level model implementation of a Workbook.
 

Classes in org.apache.poi.hssf.model used by org.apache.poi.hssf.record.formula
Workbook
          Low level model implementation of a Workbook.
 

Classes in org.apache.poi.hssf.model used by org.apache.poi.hssf.usermodel
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.
Workbook
          Low level model implementation of a Workbook.
 



Copyright © 2003 Apache Software Foundation.