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

Packages that use org.apache.poi.hssf.model
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  
 

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



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