-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRenameDuplicatedHeaders.xaml.json
45 lines (45 loc) · 1.12 KB
/
RenameDuplicatedHeaders.xaml.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"DisplayName": "FromExcelFilePath",
"Tooltip": "",
"HelpLink": null,
"Color": "red",
"OriginalIconFileName": null,
"Arguments": [
{
"Name": "ExcelFilePath",
"DisplayName": "ExcelFilePath",
"Category": null,
"Tooltip": "File path of the excel",
"Placeholder": "Test.xlsx",
"Widget": "TextComposer",
"IsRequired": true,
"IsPrincipal": true,
"ArgumentType": 0,
"DataSourceItems": null
},
{
"Name": "SheetName",
"DisplayName": "SheetName",
"Category": null,
"Tooltip": "Name of the Excel sheet.",
"Placeholder": "Sheet1",
"Widget": "TextComposer",
"IsRequired": true,
"IsPrincipal": true,
"ArgumentType": 0,
"DataSourceItems": null
},
{
"Name": "HeaderRow",
"DisplayName": "HeaderRow",
"Category": null,
"Tooltip": "Row number of the Excel. Rows start from 1.",
"Placeholder": "1",
"Widget": "Number",
"IsRequired": true,
"IsPrincipal": true,
"ArgumentType": 0,
"DataSourceItems": null
}
]
}