为 Office 2019 和 365 创建 React 加载项
Create React Add-ins for Office 2019 and 365
你好社区
我开始使用适用于 Office 365 的 React 插件。但不知道如何为所有 Word、Excel、PowerPoint 和 Outlook 创建 React 插件?
有做过的请帮忙
感谢和问候
杜伊
使用 Hosts element in the manifest. Put a separate child Host element for each Office application and set the Name
attribute. For the Word <Host>
set the Name
to Document
, for Excel to Workbook
, for Outlook to Mailbox
, and for PowerPoint to Presentation
. For details see Manifest and Specify Office hosts.
指定您的加载项将 运行 用于哪些 Office 应用程序
你好社区 我开始使用适用于 Office 365 的 React 插件。但不知道如何为所有 Word、Excel、PowerPoint 和 Outlook 创建 React 插件?
有做过的请帮忙
感谢和问候 杜伊
使用 Hosts element in the manifest. Put a separate child Host element for each Office application and set the Name
attribute. For the Word <Host>
set the Name
to Document
, for Excel to Workbook
, for Outlook to Mailbox
, and for PowerPoint to Presentation
. For details see Manifest and Specify Office hosts.