如何在iframe本地服务器中打开pptx,doc和xlsx文件?

时间:2018-10-04 11:10:06

标签: html iframe powerpoint xlsx docx

我需要在本地服务器的浏览器中显示pptx / doc / xlsx文件。 我正在为我的项目使用MEAN 6。 在这里,我尝试了以下代码,但显示“无可用预览”

<iframe src="https://docs.google.com/gview?embedded=true&url=http://localhost:3002/files/GeneralRetailer.pptx#zoom=100" height="600" width="100%"></iframe>

是Google视图仅在打开的URL中起作用。我的项目仅用于本地目的。

如何实现此功能?

0 个答案:

没有答案