header('Content-Type: application/vnd.ms-excel');
这样试试
表示以前研究过,但是..
把$file_type修改为
$file_type = "vnd.openxmlformats-officedocument.spreadsheetml.sheet
"
header('Content-Encoding: none');
header('Content-Type: application/octet-stream');
header('Content-Disposition: attachment; filename=111.csv');
header('Pragma: no-cache');
header('Expires: 0');
echo "11,22\n1111,3333";