简体   繁体   English

现有的WOPI主机?

[英]Existing WOPI hosts?

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? 我将实现自己的WOPI主机,以便在iOS和Android上查看和编辑Office文档,但是我想知道是否已经有任何现有的解决方案?

Can I use SharePoint or OneDrive documents for example? 例如,我可以使用SharePoint或OneDrive文档吗?

Here's my little list of existing implementations: 这是我现有的实现的小清单:

Another list of resources can be found here . 可以在这里找到其他资源列表。

The best resource, however, is the official documentation which has been refreshed not too long ago: 但是,最好的资源是不久前更新的官方文档:

Can I use SharePoint or OneDrive documents for example? 例如,我可以使用SharePoint或OneDrive文档吗?

Yes, you can...that's all up to your WOPI host implementation. 是的,您可以...这完全取决于您的WOPI主机实现。 You can perhaps gain some inspiration here . 您也许可以在这里获得一些启发。 This WOPI host has been designed with modularity in mind. 该WOPI主机在设计时考虑了模块化。 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". 您可以通过实现几个接口 (主要是IWopiStorageProvider )并配置应用程序以将程序集用作默认的“存储提供程序”来轻松扩展它。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM