现有的WOPI主机? [英] Existing WOPI hosts?

查看:329
本文介绍了现有的WOPI主机?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我即将实现自己的WOPI主机,用于在iOS和Android上查看和编辑Office文档,但我想知道是否已有任何现有解决方案?

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?

我可以使用SharePoint或OneDrive文档吗?

Can I use SharePoint or OneDrive documents for example?

推荐答案

这是我现有实施的小清单:

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

我可以使用SharePoint或OneDrive文档例如?

Can I use SharePoint or OneDrive documents for example?

是的,你可以......这完全取决于你的WOPI主机实现。您可以在此处获得一些灵感。此WOPI主机在设计时考虑了模块化。
您可以通过实施多个界面轻松扩展它(主要是 IWopiStorageProvider )并配置应用程序以将程序集用作默认的存储提供程序。

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".

这篇关于现有的WOPI主机?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆