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. Summary: excel application crashes when i try to save the file. Product: POI Version: 2.5 Platform: Other OS/Version: Windows XP Status: NEW Severity: Normal Priority: Other Component: HSSF AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] used this code. 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); pfs.writeFilesystem(fos); This works well but when i try to save uw_output.xls , excel application crahses. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
