Open a document in Office via HTTPS

耗尽温柔 提交于 2019-12-11 04:54:39

问题


I want to integrate a web based document management app with some office suite (preferrably Office 360)

I want to open Excel and Word documents from the browser and they should get saved back to the server via HTTPS.

The "open with" feature of browsers already allows for the opening, but how to add save featues?

Do I have to write an add-in or is there some Office 360 API that allows integration of "Office online" right into my wrb app?

Are there some other (JS based?) office suites that allow some better integration?


回答1:


you can do it from your add-in or from your web app. You need to use the graphAPI for this, check out the OneDrive API here https://developer.microsoft.com/en-us/graph/docs/api-reference/v1.0/resources/onedrive



来源:https://stackoverflow.com/questions/51789759/open-a-document-in-office-via-https

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!