header("Content-type: application/vnd.ms-excel");
    header("Content-Type: application/force-download");
    header("Content-Disposition: attachment; filename=".$filename."_".date('Y-m-d').".xls");
    header("Pragma: no-cache");
    header("Expires: 0");
服务器上 导出EXCEL,提示 的网页可能暂时无法连接,或者它已永久性地移动到了新网址。
本地可以导出成功的。