PHPExcel will not export to CSV

前端 未结 1 1596
难免孤独
难免孤独 2021-02-14 07:32

I am banging my head against a wall trying to figure out why I cannot get PHPExcel to output a csv file. Oddly enough, this works in Internet Explorer- it outputs as csv, but in

相关标签:
1条回答
  • 2021-02-14 08:24

    You could try to change the MIME type to

    header('Content-type: text/csv');
    
    0 讨论(0)
提交回复
热议问题