https://bz.apache.org/bugzilla/show_bug.cgi?id=57270
--- Comment #3 from Dominik Stadler <[email protected]> --- Just FYI, it seems you write() and close() the workbook inside the loop whenever a row is added which means that you likely try to write a workbook which was closed before and thus leads to undefined behavior. -- 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]
