Hi, Tested same with jOpenDocument 1.3 and I dint find any difference. Still facing the same issue. However, with the new release found new method to get exact row and column counts. Below are the methods i used with various results. sheet.getUsedRange().getEndPoint().y; // giving exact row count
sheet.getUsedRange().getEndPoint().y; // giving column count that are specified in the last record only. But if i want to get maximum column count among all records in a Sheet, what needs to be done. Used below methods but no luck. sheet.getUsedRange().getStartPoint().x; // result is zero (0) sheet.getUsedRange().getStartPoint().y; // result is zero (0) Thanks, On Thursday, 22 March 2012 00:56:21 UTC+5:30, guillaume...@gmail.com wrote: > Hi, > > jOpenDocument 1.3 solve this kind of issues. > > Release date: tomorrow :) > > Regards, > > 2012/3/20 Latha M <lat...@gmail.com> > >> Hi there, >> why jopendoc is memory hungry. It's occupying lots of memory when >> processing with the maximum limit of records. Tested with 65536 which >> causes out of memory frequently. I was specified 1024 mb with JVM args and >> still asking for more. >> Is there any solution to get rid of this exception. >> >> Thanks in advance, >> > >