On Thu, 2 Oct 2008, Awais Bajwa wrote:
same like what SAX doest on multiple elements of XML.

http://poi.apache.org/hssf/how-to.html#event_api

One more options I was thinking to increase the maximum heap size, but again if my file size exceeds 50MB then it will create a problem. Any idea?

A 50mb file is likely to need a very large amount of memory in poi, as a file that size tends to imply a very large number of crazy records. I'd try upping the heap size to 2gb (or more if you're on 64 bit), and hopefully you'll then be fine with hssf usermodel

Nick

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to