I'm in the process of writing an Excel add-on using the Excel Javascript API.
I'm wondering about three things:
- If the add-on is running on desktop Excel, then can the add-on interact with the file-system of the local machine?
- If the add-on is running on desktop Excel, can it make system calls? I'm looking to move some files around, and maybe call some installed packages.
- Finally, can the add-on send sheet data (or even the entire sheet) to an external API? More generally, can the add-on send arbitrary data to a some server?
If you're feeling generous with information, it'd be awesome to understand which of these capabilities are possible with the VSTO Add-ins as well.
Thanks in advance for the help - it's greatly appreciated!