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

Packages that use org.apache.poi.ss.util
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.ss.util used by org.apache.poi.hssf.record
Region
          Represents a from/to row/col square.
 

Classes in org.apache.poi.ss.util used by org.apache.poi.hssf.record.aggregates
Region
          Represents a from/to row/col square.
 

Classes in org.apache.poi.ss.util used by org.apache.poi.hssf.record.cf
Region
          Represents a from/to row/col square.
 

Classes in org.apache.poi.ss.util used by org.apache.poi.hssf.usermodel
Region
          Represents a from/to row/col square.
 

Classes in org.apache.poi.ss.util used by org.apache.poi.hssf.usermodel.contrib
Region
          Represents a from/to row/col square.
 

Classes in org.apache.poi.ss.util used by org.apache.poi.hssf.util
CellReference
           
Region
          Represents a from/to row/col square.
SheetReferences
          Holds a collection of Sheet names and their associated reference numbers.
 



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