Skip to content

Explore Integration of SXSSFWorkbook for Improved Export Performance #94

@brunoagretti

Description

@brunoagretti
Member

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

Activity

mlopezFC

mlopezFC commented on Feb 28, 2024

@mlopezFC
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.

moved this to Inbox (needs triage) in Flowing Code Addonson May 6, 2024
self-assigned this
on Jul 22, 2024
moved this from Inbox (needs triage) to To Do in Flowing Code Addonson Jul 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

Status

Under consideration

Milestone

No milestone

Relationships

None yet

    Development

    No branches or pull requests

      Participants

      @mlopezFC@brunoagretti

      Issue actions

        Explore Integration of SXSSFWorkbook for Improved Export Performance · Issue #94 · FlowingCode/GridExporterAddon