I was having the same problem. I ended up using the event driven model to parse the file. Then there is no limit on file size.
-----Original Message----- From: Awais Bajwa [mailto:[EMAIL PROTECTED] Sent: Thursday, October 02, 2008 10:34 AM To: 'POI Users List' Subject: Out of Memoary Error while reading an EXCEL file Hi Folks, I have an excel file that has many sheets and many rows, my requirement is to pick a specific cell from one row. But when I load the file that is 54MB of excel file. I get an Out of memoary Error at: fileSystem = new POIFSFileSystem (inputStream); Any thoughts??? Any limitation of POI? Regards Awais --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
