Re: What happened to org.apache.poi.hssf.util.RangeAddress

2010-05-07 Thread Erwin Kalvelagen
David Fisher 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

Re: What happened to org.apache.poi.hssf.util.RangeAddress

2010-05-07 Thread David Fisher
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

What happened to org.apache.poi.hssf.util.RangeAddress

2010-05-07 Thread Erwin Kalvelagen
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

Re: Convert XLS into CSV

2010-05-07 Thread Karel Vanroye
I know it is to XSL to XML and using perl, but it looks easier as the java code shown below http://www.perlmonks.org/?node_id=635459 Luke_Devon wrote: > > Hi > > I wanted to convert some XLS files into CSV. I found that apache.poi is > the most perfect tool. Since I'm a beginner , i have