You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2004/02/02 23:06:23 UTC

DO NOT REPLY [Bug 26619] New: - No mechanism to write a huge Excel file without huge memory

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26619>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26619

No mechanism to write a huge Excel file without huge memory

           Summary: No mechanism to write a huge Excel file without huge
                    memory
           Product: POI
           Version: unspecified
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: HSSF
        AssignedTo: poi-dev@jakarta.apache.org
        ReportedBy: mweston@demandtec.com


HSSF's only mechanism to write Excel files is to build the entire workbook in
memory and then write that out when it's all done. There is no way to write it
out a row at a time or even a sheet at a time.

I suspect this is hard, but I was surprised to not see any mention of any future
plans to address it, or even any other bugs filed on this subject. Unless I
missed something.

---------------------------------------------------------------------
To unsubscribe, e-mail: poi-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: poi-dev-help@jakarta.apache.org