HTML table to excel - PHP

前端 未结 3 622
攒了一身酷
攒了一身酷 2021-02-06 00:40

I am creating a report in Table format. This report is displayed on the browser. I want to provide a download report in excel format link so that the report can be available in

3条回答
  •  面向向阳花
    2021-02-06 01:24

    Either you can use CSV functions or PHPExcel Or there is even a better and a simple solution. Just put the Table HTML in a file and save it as XLS file but that might give variety of problems.

提交回复
热议问题