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=32191>. 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=32191 Incomplete documentation of HSSFWorkbook.write method Summary: Incomplete documentation of HSSFWorkbook.write method Product: POI Version: 2.5 Platform: Other OS/Version: All Status: NEW Severity: Minor Priority: Other Component: HSSF AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] >From experimenting with the HSSFWorkbook.write method, I think the following should be added to this method's javadoc: The HSSFWorkbook.write(OutputStream) method can only be called once, unless BOTH of the following conditions are true: 1 - The passed-in OutputStream is closed after every invocation of HSSFWorkbook.write (a new OutputStream must be used for each call to HSSFWorkbook.write). 2 - If the passed-in OutputStream is a FileOutputStream, it must be constructed with its "append" param set to false. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
