Can an external application make a call to an Office application, and cause it to fire off a method that generates a document?
An example scenario would be the following:
- Application A can be scripted and manipulates some data resulting in a JSON object.
- We write an Office.js/Word add-in that can read the JSON result from the filesystem and generate a report using the contents.
Rather than performing 1) in Application A, and then going over to Word to perform 2) we want to invoke 2) at the end of the script that generates the JSON.
This question from 2016 raises a similar question, but for Excel