I have super large excel files. Would that require the whole Workbook to be in memory? I think I am restricted to only use event driven processing due to the file size.
-----Original Message----- From: Nick Burch [mailto:[EMAIL PROTECTED] Sent: Friday, September 26, 2008 11:06 AM To: POI Users List Subject: Re: Order of sheets returned by sheets.next() On Fri, 26 Sep 2008, Dobson, Paul L CTR USAF AFMC 416 SCMS/OBN wrote: > Or, is there a better way to selectively process sheets based on the > sheet title? "public Sheet getSheet(String name)" on ss.usermodel.Workbook ? Nick --------------------------------------------------------------------- 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]
