简体   繁体   English

Microsoft Excel Web应用程序

[英]Microsoft Excel Web App

I'm trying to figure out a way to embed the Microsoft excel web app in an iframe on my own webapp. 我试图找出一种将Microsoft excel网络应用嵌入到我自己的Web应用中的iframe中的方法。 I like how the Microsoft Web Apps work and would love to be able to send some data from my webpage that I have stored in a javascript object over to this app. 我喜欢Microsoft Web Apps的工作方式,并希望能够将我存储在javascript对象中的网页数据发送到此应用程序。 Is there anyway that I can do that? 无论如何,我能做到吗? Right now the only way I can seem to get any data into this app is to create a file on a skydrive and then open it in the app, but what I really want to do is just have it open some data into some cells and then let the user do whatever they want with the data and save it on their computer or own skydrive. 现在,我似乎可以在此应用程序中获取任何数据的唯一方法是在skydrive上创建一个文件,然后在应用程序中打开它,但是我真正想做的就是将它打开一些数据到某些单元格中,然后让用户随心所欲地处理数据并将其保存在计算机或自己的SkyDrive中。

Does anyone know how I can go about doing this? 有人知道我该怎么做吗? Sorry I don't have any code but I haven't tried anything yet because I really don't know where to start and can't find documentation on if it is possible to open this app with external data? 抱歉,我没有任何代码,但是我还没有尝试任何操作,因为我真的不知道从哪里开始,也找不到关于是否可以使用外部数据打开此应用程序的文档?

Thanks for the help! 谢谢您的帮助!

It does not look like you can create one. 您似乎无法创建一个。 The only option for right now would be to upload a blank document and use that. 对于现在唯一的选择是上传一个空白文档,并使用它。

Take a look at http://blogs.office.com/b/microsoft-excel/archive/2010/09/23/embedding-excel-web-app-in-your-own-web-page-or-blog.aspx 看看http://blogs.office.com/b/microsoft-excel/archive/2010/09/23/embedding-excel-web-app-in-your-own-web-page-or-blog。 aspx

If that is not to your liking, you can always try Google Docs which has an extensive API . 如果您不喜欢这种方法,则可以随时尝试使用具有广泛API的 Google文档

As an advice to help you! 作为对您的建议! You should to know any server side scripting language such as PHP. 您应该知道任何服务器端脚本语言,例如PHP。 Excel files may be saved as csv -commas separated values- and those files could be manipulated easily using PHP or any other server side scripting technology. Excel文件可以另存为csv(逗号分隔值),并且可以使用PHP或任何其他服务器端脚本技术轻松地操作这些文件。

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

相关问题 Microsoft Office Web App中的AJAX - AJAX in Microsoft Office Web App 从Web应用下载到Excel - Download to Excel from web app 是否可以检测是否从Web应用程序安装了Microsoft Excel - Is it possible to detect if Microsoft Excel is installed from a Web Application BindingDataChanged在Excel Web App中不起作用 - BindingDataChanged doesn't work in Excel Web App 通过 Microsoft Store 检测 Web 应用是否作为 PWA 运行 - Detect if web app is running as PWA through the Microsoft Store 使用 Microsoft Edge 在 Visual Studio 中运行 Web 应用程序的问题 - Issues Running Web App in Visual Studio using Microsoft Edge 如何在 web 应用程序中使用 nodejs 创建微软团队会面链接 - How to create microsoft teams meet link using nodejs in web app 在 React Web 应用程序中集成 Microsoft Teams 嵌入式共享按钮 - Integrating Microsoft Teams Embedded Share Button in React web app 在SharePoint 2010中单击时更改Excel Web App源 - Change Excel web app source on click in sharepoint 2010 如何通过网络应用程序将 Excel 导入 Google 表格 - How to import Excel to Google Sheets via web app
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM