简体   繁体   English

通过WOPI协议通过Office Online在浏览器中呈现Excel文件

[英]Rendering Excel files In Browser Through Office Online via WOPI Protocol

We are planning to integrate with Office Online to render Excel files in browser. 我们计划与Office Online集成以在浏览器中呈现Excel文件。 I understood the overall workflow by going through the documentation but I have a few questions: 通过阅读文档,我了解了整个工作流程,但是我有几个问题:

  1. Is the excel file rendering responsive on mobile (both android & iOS)? Excel文件渲染是否可以在移动设备(Android和iOS)上响应? I understand the file rendering is responsive when viewed in the excel mobile app but the question is mainly about rendering it inside our app which is a hybrid (cordova based - web view) app. 我了解在excel移动应用程序中查看文件时,文件渲染是响应式的,但问题主要是关于在我们的应用程序(是混合(基于cordova-网络视图)应用程序)内部渲染。
  2. Can we install Office Online server on-premise when using it for rendering excel files in production mode? 使用Office Online服务器在生产模式下呈现excel文件时,可以在本地安装Office Online服务器吗?
  3. Do we need to implement authentication given that the application from which the user clicks on the file has authentication mechanism already in place? 考虑到用户单击文件所使用的应用程序已具备身份验证机制,我们是否需要实施身份验证? In this context a related question is do we need to generate access tokens? 在这种情况下,一个相关的问题是我们是否需要生成访问令牌?
  4. If we go with the Office online server deployment in the microsoft cloud, would it be a dedicated server deployed for our needs? 如果我们在Microsoft云中进行Office联机服务器部署,那么它是否会成为满足我们需求的专用服务器? Would it be scalable based on the server load? 它可以根据服务器负载进行扩展吗?

Thanks. 谢谢。

  1. The mobile web experience is not perfect but it's possible to open and view the files in the browser without bigger issues. 移动Web体验并不完美,但是可以在浏览器中打开和查看文件而没有更大的问题。
  2. What do you mean by "production mode"? “生产模式”是什么意思? You can install and use it as long as you comply with the license terms (which is basically that every editor needs to have their own Office license). 您只要遵守许可条款即可安装和使用它(这基本上是每个编辑器都需要拥有自己的Office许可)。
  3. Yes, you need to use access_token -based authorization, if you want your files secured. 是的,如果要保护文件安全,则需要使用基于access_token的授权。 The URLs of the files served by a WOPI host are usually pretty easy to guess so if there is not access_token , anyone can see them. WOPI主机提供的文件的URL通常很容易猜测,因此,如果没有access_token ,任何人都可以看到它们。
  4. Do you mean Office Cloud Storage Partner Program or just deploying OOS to MS Azure? 您是指Office Cloud Storage合作伙伴计划,还是仅将OOS部署到MS Azure? If the latter, then the architecture is entirely up to you. 如果是后者,那么架构完全取决于您。 You can deploy the servers into a farm to make the infrastructure scalable enogh. 您可以将服务器部署到服务器场中,以使基础结构可扩展。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 共享 Office Online Excel 脚本 - Sharing Office Online Excel Scripts 在WOPI客户端中打开嵌入插件的文档时,自动在Excel Online中插入插件 - Automatically insert addin in Excel Online when opening addin-embedded document in WOPI client 如何使用工作或学校帐户在 Python 中阅读 SharePoint Online (Office365) Excel 文件? - How to read SharePoint Online (Office365) Excel files in Python with Work or School Account? 如何使用工作或学校帐户将 SharePoint Online (Office365) Excel 文件读取到 Python 特别是 pandas? - How to read SharePoint Online (Office365) Excel files into Python specifically pandas with Work or School Account? 在Excel VBA中绕过Microsoft Office协议发现 - Bypassing Microsoft Office Protocol Discovery in Excel VBA 从Excel在线获取数据(Office 365) - get data from excel online (office 365) 如何使用office script excel online在office 365中发送电子邮件 - How to send email in office 365 using office script excel online 通过excel在线发送电子邮件 - Send email via excel online 如何确定 Office 加载项是在 Excel 还是 Excel Online 下运行? - How to determine if an Office Add-in is running under Excel or Excel Online? VBA(Excel):通过FileSystemObject遍历文件夹中的文件 - VBA (Excel): Iterating through files in folder via FileSystemObject
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM