Excel embedded in a php page

后端 未结 3 1663
隐瞒了意图╮
隐瞒了意图╮ 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 11:00

    You are correct - at least, it can't be done cross-browser. You should just link to the Excel spreadsheet file.

    Alternatively, if you only need to display the data, I'm sure you can find a PHP library that will read Excel files and display their contents in a HTML table.

提交回复
热议问题