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

Packages that use org.apache.poi.hssf.util
org.apache.poi.hssf.contrib.view   
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.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model 
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.contrib.view
HSSFColor
          Intends to provide support for the very evil index to triplet issue and will likely replace the color constants interface for HSSF 2.0.
 

Classes in org.apache.poi.hssf.util used by org.apache.poi.hssf.model
PaneInformation
          Holds information regarding a split plane or freeze plane for a sheet.
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
HSSFCellRangeAddress
          Title: HSSFCellRangeAddress
 

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 constants interface for HSSF 2.0.
HSSFDataValidation
          Title: HSSFDataValidation
PaneInformation
          Holds information regarding a split plane or freeze plane for a sheet.
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.util
AreaReference
           
CellReference
          Common convertion functions between Excel style A1, C27 style cell references, and POI usermodel style row=0, column=0 style references.
HSSFCellRangeAddress.AddrStructure
           
HSSFColor
          Intends to provide support for the very evil index to triplet issue and will likely replace the color constants interface for HSSF 2.0.
 



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