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

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

最佳答案

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

  • 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

  • 可以在here中找到另一个资源列表。

    但是,最好的资源是不久前更新的官方文档:
  • https://wopi.readthedocs.io/en/latest/
  • http://wopi.readthedocs.io/projects/wopirest/en/latest/index.html

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

    是的,您可以...这完全取决于您的WOPI主机实现。您也许可以获得一些灵感here。该WOPI主机在设计时考虑了模块化。
    您可以通过实现几个interfaces(主要是IWopiStorageProvider)并配置应用程序以将程序集用作默认的“存储提供程序”来轻松扩展它。

    关于android - 现有的WOPI主机?,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/45281354/

    10-10 08:44