On Mon, 16 May 2011, Martin Studer wrote:
when using Workbook.write (org.apache.poi.ss.usermodel.Workbook) in succession, the result will be a corrupted, non-readable file. Is this for some reason intended behavior or is this a bug? There seems to be some state managed on the workbook level when calling Workbook.write:
There are a couple of open bugs on this, but thus far no-one has been able to track down exactly what's going wrong. If you're able to do some investigating, that'd be great. Otherwise, if you need to write to several files, just write into a byte array output stream, and the put the same bytes in each file
Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
