mobreza commented on pull request #184: URL: https://github.com/apache/poi/pull/184#issuecomment-650908411
Migration from 3.17 (!) to 5.0.0-SNAPSHOT required renaming the `SuperSXSSF*` to `EmittingSXSSF*` and some minor updates: https://gitlab.croptrust.org/genesys-pgr/genesys-server/-/compare/master...apache-poi-5.0.0-SNAPSHOT I didn't experience any problems with generating Excel files. Downloads start immediately and canceling the download request results in ending the database scan: ``` 07:06:04,435 qtp1795970853-260 WARN o.g.s.s.i.DownloadServiceImpl:277 - Writing Excel to output stream 07:06:08,744 qtp1795970853-260 WARN o.g.s.s.i.DownloadServiceImpl:206 - Error generating: org.eclipse.jetty.io.EofException 07:06:08,749 qtp1795970853-260 WARN o.g.s.a.v.AccessionController:553 - Download was aborted: Closed ``` Our code uses [templates](https://gitlab.croptrust.org/genesys-pgr/genesys-server/-/compare/master...apache-poi-5.0.0-SNAPSHOT#e6dd878cf3275b5e86d2c89ce08d0fa9c0291a93_227_226) and [blank workbooks](https://gitlab.croptrust.org/genesys-pgr/genesys-server/-/compare/master...apache-poi-5.0.0-SNAPSHOT#e6dd878cf3275b5e86d2c89ce08d0fa9c0291a93_227_226). ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
