MySQL to Excel generation using PHP

后端 未结 7 1146
遇见更好的自我
遇见更好的自我 2021-01-06 22:00


        
7条回答
  •  遥遥无期
    2021-01-06 22:17

    You're not really generating an Excel file. You're generating what amounts to a .csv file using tabs as the seperator.

    To generate a 'real' Excel file, use PHPExcel.

提交回复
热议问题