Excel embedded in a php page

后端 未结 3 1759
隐瞒了意图╮
隐瞒了意图╮ 2021-01-26 10:28

I have a client who wants to be able to embed an Excel document (one that is currently sitting on the same server as the HTML document) like how you would embed a Flash app on a

3条回答
  •  自闭症患者
    2021-01-26 10:50

    If this excel file doesn't contain any sensitive data, the best solution would be to use online service like Google Docs to upload document and get embed code (which is iframe with html table inside so most browsers should be able to display it correctly).

提交回复
热议问题