Not as I understand it, no. The problem seems to be the way that the actual BIFF8 file is formatted. It seems that the final format and contents of the file cannot be determined until the workbook has been built completely or at least very nearly completely.
--- On Tue, 10/21/08, Sean Conlon <[EMAIL PROTECTED]> wrote: From: Sean Conlon <[EMAIL PROTECTED]> Subject: Stream Output To: [email protected] Date: Tuesday, October 21, 2008, 3:38 PM 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
