Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explore Integration of SXSSFWorkbook for Improved Export Performance #94

Open
brunoagretti opened this issue Feb 26, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@brunoagretti
Copy link
Member

It would be greate to investigate potential implementation of the SXSSFWorkbook Workbook from Apache POI to enhance the performance of data export.

@brunoagretti brunoagretti added the enhancement New feature or request label Feb 26, 2024
@mlopezFC
Copy link
Member

I investigated this issue. It might be possible, but the problem is that one of the key features is the possibility of defining the styles of the cells of the rows in the template. With SXSSFWorkbook the template will only be usefull for the cells before the headers and rows, and the output will not be styled. One idea would be to generate an alternate stream factory that would ignore styling and would be suitable for big datasets.

@paodb paodb moved this to Inbox (needs triage) in Flowing Code Addons May 6, 2024
@mlopezFC mlopezFC self-assigned this Jul 22, 2024
@javier-godoy javier-godoy moved this from Inbox (needs triage) to To Do in Flowing Code Addons Jul 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Under consideration
Development

No branches or pull requests

2 participants