How to install an Excel add-in created with Office.js privately, without publishing it to the Office store
I am working on an Excel add-in that automates certain specific tasks for my team. I have already created the add-in with Office.js and I have the manifest.xml and the html, css and js files. Is there any way to distribute this add-in internally, without sharing it publicly on the Office store? Are there any limitations or special considerations when installing add-ins privately?