Re: Re: Streaming while building in hssf

2002-06-15 Thread Glen Stampoultzis
I don't know that I suggested chunks at a time. Just possibly looking at reducing the in-memory requirements. Also we don't want the solution to slow things down. So if you were to make some changes it would be necessary that it would still be possible to generate the spreadsheet as quickly as

RE: Re: Streaming while building in hssf

2002-06-15 Thread travis
My situation is that I need to spit out the spreadsheet from a database that is getting larger and larger every day. It's a web based app too, but I don't mind just writing the file to the server file system once/day or whatever then sending it across statically, but still the memory requireme

Re: Named ranges in Excel

2002-06-15 Thread Andrew C. Oliver
On Fri, 2002-06-14 at 14:19, Steven Peterson wrote: > Thanks for the info. I began using the named ranges and assume this is how to > use them: > > //Find the file > POIFSFileSystem fs = new POIFSFileSystem(new FileInputStream(path)); > _hssfWorkbook = new HSSFWorkbook(fs); > >