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