在网页上嵌入 XLS 文件
我有很多 XLS 文件,我想将其嵌入到网页上。
我怎样才能动态地做到这一点?我只想提供 XLS 文件的位置并查看网页上的内容
我可以自由使用 PHP / ASP
I am having many XLS files and i want to embed that on a webpage.
How can i do this Dynamically ? I just want to provide the location to the XLS file and see the Content on the webpage
I am free to use both PHP / ASP
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 HTML
You can embed the excel file with the HTML
<object>
element, like this: