https://bz.apache.org/bugzilla/show_bug.cgi?id=60977
--- Comment #2 from [email protected] --- Ok, I finally had some time to revisit this. I was calling workbook.write twice, once to write to a memory stream, and again (only in debug) to save to a temp file for validation. I removed the 2nd call and instead just streamed the byte buffer to the temp file, and it now works properly. Still seems to me though this is a bug. Shouldn't you be able to call .write multiple times without corrupting the spreadsheet? -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
