How to export html table to excel or pdf in php

前端 未结 5 1098
甜味超标
甜味超标 2020-11-30 02:56

In my php page i have a table and if the user requires he has to export that table to excel sheet..

The code for displaying the table is:

$sql=mysql         


        
5条回答
  •  遥遥无期
    2020-11-30 03:24

    Use a PHP Excel for generatingExcel file. You can find a good one called PHPExcel here: https://github.com/PHPOffice/PHPExcel

    And for PDF generation use http://princexml.com/

提交回复
热议问题