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



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

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

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

我用这个小提琴在 jsfiddle.net/n7e3wv6v/33

是的,我认为可以使用以下代码来完成,src 文档必须是公开的,并且是办公室已知的扩展(docx、xls ...(:

<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>.

相关内容

  • 没有找到相关文章

最新更新