标签: php phpexcel
导出的文件显示
打开的文件与指定的扩展名不同。
如何使用多个html表导出适当的excel文件? 这是代码:
header("Content-type: application/vnd.ms-excel"); header("Content-Disposition: attachment; filename=Sec_Bud_New.xls"); header("Pragma: no-cache"); header("Expires: 0");