question

NagendraBabuLakide-9028 avatar image
0 Votes"
NagendraBabuLakide-9028 asked MikeBowen-1599 commented

View and edit office files like ppt, excel etc with in my web application

Hi,

In our web application, we used to store all the files in azure blob storage and the requirement is like view and edit those uploaded files within our website.

For view I saw one solution with like "http://view.officeapps.live.com/op/view.aspx?src=file_url", this works fine.
But what I need is that user also able to make changes so that I can replace with updated file in azure blob storage.

Any ideas please?

openspecs-office-sharepoint
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hi @NagendraBabuLakide-9028 ,

Thanks for your question. If you're looking for a way to integrate Office Online in your own web app, the way to do that is with WOPI: https://docs.microsoft.com/en-us/openspecs/office_protocols/ms-wopi/6a8bb410-68ad-47e4-9dc3-6cf29c6b046b

Here are two sample implementations:

JavaScript: https://github.com/mikeebowen/node-wopi-server

C#: https://github.com/OfficeDev/PnP-WOPI

To find the correct resource for you, if you are implementing a WOPI Server, are you targeting Cloud Storage Partner Program (CSPP) or a local deployment of Office Online Server with your integration?

Best Regards,
Michael Bowen
Escalation Engineer - Microsoft Open Specifications

0 Votes 0 ·

0 Answers