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/10/23 09:24:58 UTC

DO NOT REPLY [Bug 31861] - excel application crashes when i try to save the file.

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.

ash_sha_21@yahoo.com changed:

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



------- Additional Comments From ash_sha_21@yahoo.com  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: poi-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: poi-dev-help@jakarta.apache.org