Uses of Class
org.apache.poi.ss.util.AreaReference

Packages that use AreaReference
org.apache.poi.hssf.util util package contains tools needed for writing HSSF files that are not necesarily "real" HSSF concepts. 
org.apache.poi.ss.util   
 

Uses of AreaReference in org.apache.poi.hssf.util
 

Subclasses of AreaReference in org.apache.poi.hssf.util
 class AreaReference
           
 

Uses of AreaReference in org.apache.poi.ss.util
 

Methods in org.apache.poi.ss.util that return AreaReference
static AreaReference[] AreaReference.generateContiguous(java.lang.String reference)
          Takes a non-contiguous area reference, and returns an array of contiguous area references.
 



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