Sin descripción
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ExcelWebAddIn1.xml 1.8KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--Created:ce44715c-8c4e-446b-879c-ea9ebe0f09c8-->
  3. <OfficeApp
  4. xmlns="http://schemas.microsoft.com/office/appforoffice/1.1"
  5. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  6. xmlns:bt="http://schemas.microsoft.com/office/officeappbasictypes/1.0"
  7. xsi:type="ContentApp">
  8. <!-- 開始基本設定: 增益集中繼資料,用於所有 Office 的版本 (除非提供覆寫)。 -->
  9. <!-- 重要! 增益集識別碼必須為唯一,如果重複使用此資訊清單,請務必將此識別碼變更為新的 GUID。 -->
  10. <Id>ee81b03e-b616-4586-b2d4-ce2fde0baa4b</Id>
  11. <!--版本。只有在版本變更時才會觸發來自市集的更新。 -->
  12. <Version>1.0.0.0</Version>
  13. <ProviderName>[提供者名稱]</ProviderName>
  14. <DefaultLocale>en-US</DefaultLocale>
  15. <!-- 增益集的顯示名稱。用於市集及 Office UI 上的多個位置 (例如增益集對話方塊)。 -->
  16. <DisplayName DefaultValue="ExcelWebAddIn1" />
  17. <Description DefaultValue="ExcelWebAddIn1"/>
  18. <!-- 增益集的圖示。用於安裝畫面和增益集對話方塊。 -->
  19. <IconUrl DefaultValue="~remoteAppUrl/Images/Button32x32.png" />
  20. <SupportUrl DefaultValue="http://www.contoso.com" />
  21. <!-- 允許瀏覽的網域。例如,如果使用 ShowTaskpane 後有 href 連結,只有網域在此清單時才允許瀏覽。 -->
  22. <AppDomains>
  23. <AppDomain>AppDomain1</AppDomain>
  24. <AppDomain>AppDomain2</AppDomain>
  25. <AppDomain>AppDomain3</AppDomain>
  26. </AppDomains>
  27. <!--結束基本設定。 -->
  28. <Hosts>
  29. <Host Name="Workbook" />
  30. </Hosts>
  31. <DefaultSettings>
  32. <SourceLocation DefaultValue="~remoteAppUrl/Home/Home.html" />
  33. <RequestedWidth>400</RequestedWidth>
  34. <RequestedHeight>400</RequestedHeight>
  35. </DefaultSettings>
  36. <Permissions>ReadWriteDocument</Permissions>
  37. </OfficeApp>