简体   繁体   中英

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?

Can I use SharePoint or OneDrive documents for example?

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?

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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