简体   繁体   中英

Integrate Office 365 Excel Online in Web Application

Given Excel online is an excellent spread sheet implementation for the web, it would be desirable to use it as a spread sheet component in web applications.

We are using an angularjs frontend and an ASP.NET backend and would like to use Excel online essentially as a spread sheet component inlined into the web app.

Browsing the web, I don't see any suggestion on how to integrate Excel online into my own web application. Has anyone managed to do it?

We can use WOPI protocol to integrate with Office Online in our web application. Here are two figures show you how it works:

在此输入图像描述

在此输入图像描述

And you can get a sample code to implement the WOPI server from here . And below are some helpful links for you get started:

https://blogs.msdn.microsoft.com/officedevdocs/2013/03/21/introducing-wopi/

https://wopi.readthedocs.io/en/latest/

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