Reputation: 145
I am trying to use the Word add-in JavaScript API in Word Online (browser)
when I run
Word.run(function (context) {
// Create a proxy object for the document.
var thisDocument = context.document;
})
It runs fine in Word 2016 desktop but in Word Online I get an error:
'Word' is undefined
Questions:
Upvotes: 1
Views: 2282