Sean, Are you working with large spreadsheets is that the problem? I am guessing you are aware you could stream to memory but if that is not an option due to size? Just curious where the performance issue exists.
Thanks, Joe -----Original Message----- From: Sean Conlon [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 21, 2008 5:39 PM To: [email protected] Subject: Stream Output Is there a way that I can stream the output to a file (e.g. wkbook.xls)? As far as I understand it, when I call "wkBook.write(outStream);", it flushes everything within the wkBook (HSSFWorkbook) to the stream (aka file). However, that is extremely unscalable. Is there a way that I can write to a HSSFWorkbook a chunk at a time? Any help would be appreciated. Thanks, Sean Sean Conlon Credera http://www.credera.com <http://www.credera.com/> Direct: 972.692.0010 Mobile: 254.644.3587 [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> The Power of Perspective --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
