Excel Add-In - How to run distribution version #4777
Unanswered
Tom-H2oThermo
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've created an Excel add-in using Node JS in VS Code. I can run this in debug mode in VS Code or by the npm start command, which apparently also creates a dist folder with various files below it (commands.js, commands.js.map, functions.js, functions.js.map, manifest.xml, etc). The functions file apparently was created from my Excel calling file I developed in VS Code. My question is how to run my add-in on a second computer. If I copy the entire dist folder to a second computer, how do I reference this as an add-in in Excel? I apologized in advance for my ignorance, I just haven't been able to find anything to explain how this works.
Beta Was this translation helpful? Give feedback.
All reactions