Skip to content

Commit caf2f10

Browse files
Add the plugin in the Excel category
1 parent 06fe353 commit caf2f10

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## [Version 1.1.3](https://github.com/dataiku/dss-plugin-multisheet-excel-export/releases/tag/v1.1.3) - Minor release - 2024-06
4+
- The plugin will show up in the excel category
5+
36
## [Version 1.1.2](https://github.com/dataiku/dss-plugin-multisheet-excel-export/releases/tag/v1.1.2) - Feature release - 2024-05
47
- Style exported worksheet header
58
- Auto-size columns to fit data

plugin.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
{
22
"id" : "multisheet-excel-export",
3-
"version" : "1.1.2",
3+
"version" : "1.1.3",
44

55

66
"meta" : {
77
"label" : "Multisheet Excel Export",
8+
"category": "Excel",
89
"description" : "Export multiple datasets to one xlsx file with multiple sheets",
910
"author" : "Dataiku (Kasim PATEL, Thibault DESFONTAINES)",
1011
"icon" : "icon-file",
1112
"licenseInfo" : "Apache Software License",
1213
"url" : "https://www.dataiku.com/product/plugins/multisheet-excel-export",
13-
"tags" : ["Productivity"]
14+
"tags" : ["Productivity"],
15+
"supportLevel": "NOT_SUPPORTED"
1416
}
1517
}

0 commit comments

Comments
 (0)