0
votes

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

1

1 Answers

1
votes

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.