You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Activity
mlopezFC commentedon Feb 28, 2024
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.