将Excel Spreadhseet嵌入组网站中 [英] Embed an Excel Spreadhseet in a Group Site

查看:80
本文介绍了将Excel Spreadhseet嵌入组网站中的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨.我试图将交互式Excel工作表嵌入到工作组的父组网页中的工作组文档中.我添加了一个嵌入到页面 并按照以下说明在此处创建嵌入:support.office.com/en-gb/article/Embed-your-Excel-workbook-on-your-web-page-或blog-fromSharePoint-or-OneDrive- for-business-7af74ce6-e8a0-48ac-ba3b-a1dd627b7773?ui = en-US& amp; rs = en-GB& amp; ad = GB

我正在使用的代码是这样的: < iframe width ="500"高度="200" frameborder ="0"滚动=否" src =" https://ueanorwich.sharepoint.com/sites/csed365/_layouts/15/WopiFrame2.aspx?sourcedoc={7052fbd6-19c0-497f-8781-d20d1d7dffbd}&action=edit&action=embedview&wdAllowInteractivity = True&&wdbipreview = True

但是,当我粘贴代码时(以及我尝试过的许多其他变体)进入嵌入"字段,我收到消息:*此嵌入似乎无效.我们仅支持iframe 嵌入*

解决方案

您的嵌入代码中的src错误.您不能将Excel联机Web应用程序(wopiframe)的路径用作src.

关注

例如:

< iframe宽度="500"高度="200" frameborder ="0"滚动=否" src =" https://tenant.sharepoint.com/:x:/s/testsite/EcIgw6cvdbBGhy9DZi96ALoBerqKs6chnw_NwWO4hw3zhQ?e=WF9U5L&action=embedview&wdbipreview=true>pre>


最好的问候,

Linda(张)


Hi. I am trying to embed an interactive Excel sheet that is stored in my Teams documents in the Team's parent Group web pages. I have added an embed  to the page and used these instructions to create the embed here: support.office.com/en-gb/article/Embed-your-Excel-workbook-on-your-web-page-or-blog-from-SharePoint-or-OneDrive-for-Business-7af74ce6-e8a0-48ac-ba3b-a1dd627b7773?ui=en-US&amp;rs=en-GB&amp;ad=GB

The code I am using is this: <iframe width="500" height="200" frameborder="0" scrolling="no" src="https://ueanorwich.sharepoint.com/sites/csed365/_layouts/15/WopiFrame2.aspx?sourcedoc={7052fbd6-19c0-497f-8781-d20d1d7dffbd}&action=edit&action=embedview&wdAllowInteractivity=True&&wdbipreview=True

However, when I paste the code (and many other variants I have tried) into the embed field, I get the message: *This embed doesn't seem to work. We only support iframe embeds*

解决方案

Hi,

The src in your embed code is incorrect. You cannot use the path of the Excel online web app (wopiframe) as the src.

Follow this article to get a guest link of the file and use this link as the src for your embed code.


For example:

<iframe width="500" height="200" frameborder="0" scrolling="no" src="https://tenant.sharepoint.com/:x:/s/testsite/EcIgw6cvdbBGhy9DZi96ALoBerqKs6chnw_NwWO4hw3zhQ?e=WF9U5L&action=embedview&wdbipreview=true">


Best regards,

Linda Zhang


这篇关于将Excel Spreadhseet嵌入组网站中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆