-
Notifications
You must be signed in to change notification settings - Fork 12
/
excel-add-in_staging.xml
163 lines (159 loc) · 9.76 KB
/
excel-add-in_staging.xml
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
<?xml version="1.0" encoding="UTF-8"?>
<!--Created:cb85b80c-f585-40ff-8bfc-12ff4d0e34a9-->
<OfficeApp xmlns="http://schemas.microsoft.com/office/appforoffice/1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bt="http://schemas.microsoft.com/office/officeappbasictypes/1.0" xmlns:ov="http://schemas.microsoft.com/office/taskpaneappversionoverrides" xsi:type="TaskPaneApp">
<Id>f6fb6aba-7173-4ac6-8a9d-45081f7a90cf</Id>
<Version>1.1.0.0</Version>
<ProviderName>data.world</ProviderName>
<DefaultLocale>en-US</DefaultLocale>
<DisplayName DefaultValue="data.world - Staging" />
<Description DefaultValue="Publish charts as Insights, save your data on data.world, and access thousands of datasets."/>
<!-- TODO: IconUrl needs to be changed before submitting to the office store -->
<IconUrl DefaultValue="https://cdn.filepicker.io/api/file/ymdxFDOnSRSzCwqiAEke+.png" />
<SupportUrl DefaultValue="https://help.data.world/" />
<AppDomains>
<AppDomain>https://data.world</AppDomain>
<AppDomain>https://localhost:3000</AppDomain>
<AppDomain>https://localhost:3001</AppDomain>
</AppDomains>
<Hosts>
<Host Name="Workbook" />
</Hosts>
<Requirements>
<Sets DefaultMinVersion="1.4">
<Set Name="ExcelApi" MinVersion="1.4"/>
</Sets>
</Requirements>
<DefaultSettings>
<SourceLocation DefaultValue="https://dwexceladdin-staging.herokuapp.com/?v=1.1.0.0" />
</DefaultSettings>
<Permissions>ReadWriteDocument</Permissions>
<VersionOverrides xmlns="http://schemas.microsoft.com/office/taskpaneappversionoverrides" xsi:type="VersionOverridesV1_0">
<Hosts>
<Host xsi:type="Workbook">
<!-- Form factor. Currently only DesktopFormFactor is supported. -->
<DesktopFormFactor>
<!-- PrimaryCommandSurface is the main Office Ribbon. -->
<ExtensionPoint xsi:type="PrimaryCommandSurface">
<!-- Use OfficeTab to extend an existing Tab. Use CustomTab to create a new tab. -->
<OfficeTab id="TabHome">
<!-- Ensure you provide a unique id for the group. Recommendation for any IDs is to namespace using your company name. -->
<Group id="dw.Group1">
<!-- Label for your group. resid must point to a ShortString resource. -->
<Label resid="dw.Group1Label" />
<!-- Icons. Required sizes 16,32,80, optional 20, 24, 40, 48, 64. Strongly recommended to provide all sizes for great UX. -->
<!-- Use PNG icons. All URLs on the resources section must use HTTPS. -->
<Icon>
<bt:Image size="16" resid="dw.tpicon_16x16" />
<bt:Image size="32" resid="dw.tpicon_32x32" />
<bt:Image size="80" resid="dw.tpicon_80x80" />
</Icon>
<Control xsi:type="Button" id="dw.InsightsButton">
<Label resid="dw.InsightsButton.Label" />
<Supertip>
<!-- ToolTip title. resid must point to a ShortString resource. -->
<Title resid="dw.InsightsButton.Label" />
<!-- ToolTip description. resid must point to a LongString resource. -->
<Description resid="dw.InsightsButton.Tooltip" />
</Supertip>
<Icon>
<bt:Image size="16" resid="dw.insighticon_16x16" />
<bt:Image size="32" resid="dw.insighticon_32x32" />
<bt:Image size="80" resid="dw.insighticon_80x80" />
</Icon>
<!-- This is what happens when the command is triggered (E.g. click on the Ribbon). Supported actions are ExecuteFunction or ShowTaskpane. -->
<Action xsi:type="ShowTaskpane">
<!--This is the key for auto-open to work, you need to set the TaskpaneId of the pane you want
to open to the well-known value of Office.AutoShowTaskpaneWithDocument
-->
<TaskpaneId>Office.AutoShowTaskpaneWithDocument</TaskpaneId>
<!-- Provide a url resource id for the location that will be displayed on the task pane. -->
<SourceLocation resid="dw.InsightsUrl" />
</Action>
</Control>
<!-- Control. It can be of type "Button" or "Menu". -->
<Control xsi:type="Button" id="dw.DatasetsButton">
<Label resid="dw.DatasetsButton.Label" />
<Supertip>
<!-- ToolTip title. resid must point to a ShortString resource. -->
<Title resid="dw.DatasetsButton.Label" />
<!-- ToolTip description. resid must point to a LongString resource. -->
<Description resid="dw.DatasetsButton.Tooltip" />
</Supertip>
<Icon>
<bt:Image size="16" resid="dw.tpicon_16x16" />
<bt:Image size="32" resid="dw.tpicon_32x32" />
<bt:Image size="80" resid="dw.tpicon_80x80" />
</Icon>
<!-- This is what happens when the command is triggered (E.g. click on the Ribbon). Supported actions are ExecuteFunction or ShowTaskpane. -->
<Action xsi:type="ShowTaskpane">
<!--This is the key for auto-open to work, you need to set the TaskpaneId of the pane you want
to open to the well-known value of Office.AutoShowTaskpaneWithDocument
-->
<TaskpaneId>Office.AutoShowTaskpaneWithDocument</TaskpaneId>
<!-- Provide a url resource id for the location that will be displayed on the task pane. -->
<SourceLocation resid="dw.DatasetsUrl" />
</Action>
</Control>
<Control xsi:type="Button" id="dw.ImportButton">
<Label resid="dw.ImportButton.Label" />
<Supertip>
<!-- ToolTip title. resid must point to a ShortString resource. -->
<Title resid="dw.ImportButton.Label" />
<!-- ToolTip description. resid must point to a LongString resource. -->
<Description resid="dw.ImportButton.Tooltip" />
</Supertip>
<Icon>
<bt:Image size="16" resid="dw.importicon_16x16" />
<bt:Image size="32" resid="dw.importicon_32x32" />
<bt:Image size="80" resid="dw.importicon_80x80" />
</Icon>
<!-- This is what happens when the command is triggered (E.g. click on the Ribbon). Supported actions are ExecuteFunction or ShowTaskpane. -->
<Action xsi:type="ShowTaskpane">
<!--This is the key for auto-open to work, you need to set the TaskpaneId of the pane you want
to open to the well-known value of Office.AutoShowTaskpaneWithDocument
-->
<TaskpaneId>Office.AutoShowTaskpaneWithDocument</TaskpaneId>
<!-- Provide a url resource id for the location that will be displayed on the task pane. -->
<SourceLocation resid="dw.ImportUrl" />
</Action>
</Control>
</Group>
</OfficeTab>
</ExtensionPoint>
</DesktopFormFactor>
</Host>
</Hosts>
<!-- You can use resources across hosts and form factors. -->
<Resources>
<bt:Images>
<bt:Image id="dw.tpicon_16x16" DefaultValue="https://cdn.filepicker.io/api/file/7aS9XTTuRZybAmuiN5to+.png" />
<bt:Image id="dw.tpicon_32x32" DefaultValue="https://cdn.filepicker.io/api/file/UVI9DNtRrKSKPTKM4Dxv+.png" />
<bt:Image id="dw.tpicon_80x80" DefaultValue="https://cdn.filepicker.io/api/file/NKcaEcTCT1GQw0qmLtoz+.png" />
<bt:Image id="dw.insighticon_16x16" DefaultValue="https://cdn.filepicker.io/api/file/GvOUpSWnSSuLrEmXTZRU+.png" />
<bt:Image id="dw.insighticon_32x32" DefaultValue="https://cdn.filepicker.io/api/file/0gwPaIQSyK1xahk73R4Q+.png" />
<bt:Image id="dw.insighticon_80x80" DefaultValue="https://cdn.filepicker.io/api/file/Noq3POU0QTqJGGj5dcFL+.png" />
<bt:Image id="dw.importicon_16x16" DefaultValue="https://cdn.filepicker.io/api/file/255R6itQLCgnZl0p6sTs+.png" />
<bt:Image id="dw.importicon_32x32" DefaultValue="https://cdn.filepicker.io/api/file/4gM5sAXgTASGx4Jv0cZx+.png" />
<bt:Image id="dw.importicon_80x80" DefaultValue="https://cdn.filepicker.io/api/file/LRvLLUdaQiCWBYmJ8iHX+.png" />
</bt:Images>
<bt:Urls>
<bt:Url id="dw.DatasetsUrl" DefaultValue="https://dwexceladdin-staging.herokuapp.com?v=1.1.0.0" />
<bt:Url id="dw.InsightsUrl" DefaultValue="https://dwexceladdin-staging.herokuapp.com/insights?v=1.1.0.0" />
<bt:Url id="dw.ImportUrl" DefaultValue="https://dwexceladdin-staging.herokuapp.com/import?v=1.1.0.0" />
</bt:Urls>
<!-- ShortStrings max characters==125. -->
<bt:ShortStrings>
<bt:String id="dw.DatasetsButton.Label" DefaultValue="Sync Data" />
<bt:String id="dw.InsightsButton.Label" DefaultValue="Publish Insights" />
<bt:String id="dw.ImportButton.Label" DefaultValue="Import Data" />
<bt:String id="dw.Group1Label" DefaultValue="dw-staging" />
</bt:ShortStrings>
<!-- LongStrings max characters==250. -->
<bt:LongStrings>
<bt:String id="dw.DatasetsButton.Tooltip" DefaultValue="Click to sync with data.world" />
<bt:String id="dw.InsightsButton.Tooltip" DefaultValue="Click to upload charts as insights to data.world" />
<bt:String id="dw.ImportButton.Tooltip" DefaultValue="Click to import data from data.world" />
</bt:LongStrings>
</Resources>
</VersionOverrides>
</OfficeApp>