问题描述
嗨.我试图将交互式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 嵌入*
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&rs=en-GB&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*
这篇关于将Excel Spreadhseet嵌入组网站中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!