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.record.aggregates record aggregates are not real "records" but collections of records that act as a single record. 
org.apache.poi.hssf.record.cf   
org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model 
org.apache.poi.hssf.usermodel.contrib   
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
CellRangeAddress
          See OOO documentation: excelfileformat.pdf sec 2.5.14 - 'Cell Range Address'

Note - SelectionRecord uses the BIFF5 version of this structure

PaneInformation
          Holds information regarding a split plane or freeze plane for a sheet.
 

Classes in org.apache.poi.hssf.util used by org.apache.poi.hssf.record
CellRangeAddress
          See OOO documentation: excelfileformat.pdf sec 2.5.14 - 'Cell Range Address'

Note - SelectionRecord uses the BIFF5 version of this structure

CellRangeAddress8Bit
          See OOO documentation: excelfileformat.pdf sec 2.5.14 - 'Cell Range Address'

Like CellRangeAddress except column fields are 8-bit.

CellRangeAddressList
          Implementation of the cell range address lists,like is described in OpenOffice.org's Excel Documentation: excelfileformat.pdf sec 2.5.14 - 'Cell Range Address List' In BIFF8 there is a common way to store absolute cell range address lists in several records (not formulas).
 

Classes in org.apache.poi.hssf.util used by org.apache.poi.hssf.record.aggregates
CellRangeAddress
          See OOO documentation: excelfileformat.pdf sec 2.5.14 - 'Cell Range Address'

Note - SelectionRecord uses the BIFF5 version of this structure

 

Classes in org.apache.poi.hssf.util used by org.apache.poi.hssf.record.cf
CellRangeAddress
          See OOO documentation: excelfileformat.pdf sec 2.5.14 - 'Cell Range Address'

Note - SelectionRecord uses the BIFF5 version of this structure

 

Classes in org.apache.poi.hssf.util used by org.apache.poi.hssf.usermodel
CellRangeAddress
          See OOO documentation: excelfileformat.pdf sec 2.5.14 - 'Cell Range Address'

Note - SelectionRecord uses the BIFF5 version of this structure

CellRangeAddressList
          Implementation of the cell range address lists,like is described in OpenOffice.org's Excel Documentation: excelfileformat.pdf sec 2.5.14 - 'Cell Range Address List' In BIFF8 there is a common way to store absolute cell range address lists in several records (not formulas).
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.
PaneInformation
          Holds information regarding a split plane or freeze plane for a sheet.
Region
          Deprecated. (Aug-2008) use CellRangeAddress
 

Classes in org.apache.poi.hssf.util used by org.apache.poi.hssf.usermodel.contrib
CellRangeAddress
          See OOO documentation: excelfileformat.pdf sec 2.5.14 - 'Cell Range Address'

Note - SelectionRecord uses the BIFF5 version of this structure

Region
          Deprecated. (Aug-2008) use CellRangeAddress
 

Classes in org.apache.poi.hssf.util used by org.apache.poi.hssf.util
AreaReference
           
CellRangeAddress
          See OOO documentation: excelfileformat.pdf sec 2.5.14 - 'Cell Range Address'

Note - SelectionRecord uses the BIFF5 version of this structure

CellRangeAddress8Bit
          See OOO documentation: excelfileformat.pdf sec 2.5.14 - 'Cell Range Address'

Like CellRangeAddress except column fields are 8-bit.

CellRangeAddressList
          Implementation of the cell range address lists,like is described in OpenOffice.org's Excel Documentation: excelfileformat.pdf sec 2.5.14 - 'Cell Range Address List' In BIFF8 there is a common way to store absolute cell range address lists in several records (not formulas).
CellReference
           
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.
Region
          Deprecated. (Aug-2008) use CellRangeAddress
 



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