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

Packages that use org.apache.poi.hssf.util
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 Related Documentation For overviews, tutorials, examples, guides, and tool documentation, please see: Jakarta POI Project
org.apache.poi.hssf.util util package contains tools needed for writing HSSF files that are not necesarily "real" HSSF concepts.  
 

Classes in org.apache.poi.hssf.util used by org.apache.poi.hssf.model
SheetReferences
          Holds a collection of Sheet names and their associated reference numbers.
 

Classes in org.apache.poi.hssf.util used by org.apache.poi.hssf.record
SheetReferences
          Holds a collection of Sheet names and their associated reference numbers.
 

Classes in org.apache.poi.hssf.util used by org.apache.poi.hssf.record.formula
SheetReferences
          Holds a collection of Sheet names and their associated reference numbers.
 

Classes in org.apache.poi.hssf.util used by org.apache.poi.hssf.usermodel
HSSFColor
          Intends to provide support for the very evil index to triplet issue and will likely replace the color contants interface for HSSF 2.0.
Region
          Represents a from/to row/col square.
 

Classes in org.apache.poi.hssf.util used by org.apache.poi.hssf.util
CellReference
           
HSSFColor
          Intends to provide support for the very evil index to triplet issue and will likely replace the color contants interface for HSSF 2.0.
Region
          Represents a from/to row/col square.
 


jakarta-poi 1.10.0-dev

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