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

http://issues.apache.org/bugzilla/show_bug.cgi?id=31861

excel application crashes when i try to save the file.

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|Normal                      |Critical



------- Additional Comments From [EMAIL PROTECTED]  2004-10-23 07:24 -------
In addition to this ..

When i use the code

                HSSFWorkbook workbook = new HSSFWorkbook(new FileInputStream
(new File("c://test//UW_Latest_Without_Macros.xls")),true);
                FileOutputStream fos = new FileOutputStream(new File
("c://test//uw_output.xls"));
//              POIFSFileSystem pfs =  new POIFSFileSystem(new FileInputStream
(new File("c://test//UW_Latest.xls")));
                workbook.write(fos);

uw_output.xls file is corrupt.


I have logged one similar defect but that got lost between my discusstion with 
Jason.

I am attaching UW_Latest_Without_Macros.xls and uw_output.xls.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to