I'm new to creating office add-ins and I already have a Task Pane Office add-in created for Word using Yeoman generator and using Angular Framework. can it be updated to support Excel also? After going through manifest.xml Document is the only host. So, Do we need to create another project for creating an excel add-in which will have the same features as the word add-in or can the same word add-in be modified to support Excel also?
I have tried changing the Host in Manifest and changing config to support Excel in the current Word Add-in but What would be the best possible method to support both Word And Excel simultaneously?