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
[sc-198001] Fix out of memory while exporting large datasets + cache optimizations (#12)
* [sc-198001] Fix out of memory while exporting large datasets + cache optimizations
* [sc-198001] Remove useless cache border check
* [sc-198001] PR review fixes
* Fix linter issues
* Optimization: use openpyxl in write only mode with lxml
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
# Changelog
2
2
3
+
## [Version 2.1.0](https://github.com/dataiku/dss-plugin-multisheet-excel-export/releases/tag/v2.1.0) - Major release - 2024-09
4
+
- Bug fix: one temporary workbook is used per dataset to avoid out of memory issues while exporting large datasets. All these temporary workbooks are merged at the end to generate the final excel file
5
+
- Optimizations: using of a cache for styles to avoid useless copies + openpyxl write only mode with lxml
6
+
3
7
## [Version 2.0.0](https://github.com/dataiku/dss-plugin-multisheet-excel-export/releases/tag/v2.0.0) - Major release - 2024-07
4
8
- Important : Column type changed ! From this version, cell types in excel will reflect the storage type in DSS. For example, string column containing only numbers will be exported as text column. If you want a number column in excel, you need to have a integer/float column on DSS
5
9
- Export dataset conditional formatting colors (colors the cells, does not export rules)
0 commit comments