Existing WOPI hosts?

依然范特西╮ 提交于 2019-12-20 05:45:15

问题


I'm about to implement my own WOPI host for viewing and editing Office documents on iOS and Android, but I was wondering if there are any existing solutions out there already?

Can I use SharePoint or OneDrive documents for example?


回答1:


Here's my little list of existing implementations:

  • petrsvihlik/WopiHost
  • OfficeDev/PnP-WOPI
  • Microsoft/Office-Online-Test-Tools-and-Documentation
  • apulliam/WOPIFramework
  • Building an Office Web Apps (OWA) WOPI Host
  • marx-yu/WopiHost
  • thebitllc/WopiBasicEditor
  • jacob-l/WopiHost

Another list of resources can be found here.

The best resource, however, is the official documentation which has been refreshed not too long ago:

  • https://wopi.readthedocs.io/en/latest/
  • http://wopi.readthedocs.io/projects/wopirest/en/latest/index.html

Can I use SharePoint or OneDrive documents for example?

Yes, you can...that's all up to your WOPI host implementation. You can perhaps gain some inspiration here. This WOPI host has been designed with modularity in mind. You can easily extend it by implementing several interfaces (mainly the IWopiStorageProvider) and configuring the application to use your assembly as a default "storage provider".



来源:https://stackoverflow.com/questions/45281354/existing-wopi-hosts

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