dameikle opened a new pull request, #2896: URL: https://github.com/apache/hop/pull/2896
When using the Excel Transform in streaming mode (i.e. XLSX and using SXSSF in POI) to handling the generation of large Excel documents, where we used a template the transformation would always use XSSF and fail. This update allows streaming to happen where a template is used though has all the limitations of POI in this mode so is ideal for adding new content to a template, and not for ammending existing content. Given this is a change in behaviour from before which silently fellback to XSSF mode, was debating logging an info message on this but didn't as the transform would fail. ------------------------ - [X] I hereby declare this contribution to be licensed under the [Apache License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0) - [ ] In any other case, please file an [Apache Individual Contributor License Agreement](https://www.apache.org/licenses/icla.pdf). -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
