how to display excel sheet in html page

后端 未结 11 1692
天涯浪人
天涯浪人 2020-12-03 21:09

I want to display EXCEL sheet embedded in IE with plain HTML. I have gone through other questions on stackoverflow but could not find any useful one.

Here is my html

11条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-03 21:54

    You can use iPushPull to push live data direct from an Excel session to the web where you can display it in an IFRAME (or using a WordPress plugin, if applicable). The data in the frame will update whenever the data on the sheet updates.

    The iPush(...) in-cell function pushes data from Excel to the web.

    This support page describes how to embed your Excel data in your website.

    Disclaimer - I work for iPushPull.

提交回复
热议问题