Version 2.2.1 - Minor release - 2026-01
- Updated plugin to python 3.12 and 3.13
Version 2.2.0 - Major release - 2025-02
- Add customization of tab names
Version 2.1.0 - Major release - 2024-09
- 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
- Optimizations: using of a cache for styles to avoid useless copies + openpyxl write only mode with lxml
Version 2.0.0 - Major release - 2024-07
- 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
- Export dataset conditional formatting colors (colors the cells, does not export rules)
- Bug fix : can now export dataset with date types
Version 1.1.4 - Bug release - 2024-06
- Fix numpy issue with DSS 13
Version 1.1.3 - Minor release - 2024-06
- The plugin will show up in the excel category
Version 1.1.2 - Feature release - 2024-05
- Style exported worksheet header
- Auto-size columns to fit data
Version 1.1.1 - Chore release - 2023-08
- Use python library to create temp file instead of a custom cache
Version 1.1.0 - New hotfix release - 2023-08
- Updated plugin to python 3.7, 3.8, 3.9, 3.10, 3.11
Version 1.0.1 - New hotfix release - 2022-03
- Changed documentation URL