Duy Hoang
Duy Hoang

Reputation: 119

Create React Add-ins for Office 2019 and 365

Hello Community I'm starting with React Ad-ins for Office 365. But don't know How could I create a React Add-in for all Word, Excel, PowerPoint and Outlook?

Please help if anyone have done it.

Thanks and Regards Duy

Upvotes: 0

Views: 991

Answers (1)

Rick Kirkham
Rick Kirkham

Reputation: 9784

Specify which Office applications your add-in will run in by using the 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.

Upvotes: 1

Related Questions