David Fisher <dfisher <at> jmlafferty.com> writes: > > Try swtiching to org.apache.poi.hssf.util.CellRangeAddress > > Regards, > Dave > > On May 7, 2010, at 4:43 PM, Erwin Kalvelagen wrote: > > > I was using org.apache.poi.hssf.util.RangeAddress extensively with an older > > version of POI. This seems not there anymore in the current version (3.6). Did > > this functionality to a different class? > > > > Thanks, Erwin > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: user-unsubscribe <at> poi.apache.org > > For additional commands, e-mail: user-help <at> poi.apache.org > > >
Thanks for the quick reply. The suggested class does not take a constructor with a string containing the range: public RangeAddress (String _url) There is another one called AreaReference, but that seems to miss things like: public boolean hasSheetName () So neither of these are (good enough) replacements for RangeAddress. Erwin --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
