Reputation: 61
We are developing Word Addin using Office Apps, Need to open Sharepoint word document in clientside Word using document URL Is there any Office Apps javascript API to open sharepoint word document in client application
Upvotes: 0
Views: 1383
Reputation: 948
When you say open, you mean to launch a new instance of the word client to open the document? If so, then no, at the moment we don't have this capability.
What you can do today is to use the Microsoft Graph to access the document stored in SharePoint via REST, you can find more information on this here: https://graph.microsoft.io/en-us/
Upvotes: 0