在iframe中嵌入Office Online(Word,Excel,Powerpoint)

时间:2018-07-05 10:14:50

标签: iframe ms-office embed sharepoint-online

我正在寻找一种将Office Online编辑器嵌入iframe中的方法。我需要https://portal.office.com/作为iframe的src,但这似乎不起作用。

然后我想我可以在其中嵌入一个空文档,并在使用时将其另存为新文件。但是,这似乎是不可能的,因为嵌入式文档是只读的。

有人知道如何在iframe中嵌入任何Office Online编辑器吗?

我已经用这个小提琴在jsfiddle.net/n7e3wv6v/33中修了

1 个答案:

答案 0 :(得分:0)

是的,我认为可以使用以下代码完成此操作,src文档必须是公共的,并且办公室知道扩展名(docx,xl​​s ...):

<iframe src='https://view.officeapps.live.com/op/embed.aspx?src=http://remote.url.tld/path/to/document.doc' width='1366px' height='623px' frameborder='0'>
This is an embedded
<a target='_blank' href='http://office.com'>Microsoft Office</a>
document, powered by
<a target='_blank' href='http://office.com/webapps'>Office Online</a>.