我正在尝试创建一个csv文件。 但我得到的只是一排。 我想
echo '\r\n' . $lineStr;
会创建一个新行。
我添加了以下标题:
header("Content-Type: application/vnd.ms-excel; charset=utf-8");
header("Content-Disposition: attachment; filename=myFile.xls");
header("Expires: 0");
header("Cache-Control: must-revalidate, post-check=0, pre-check=0");
header("Cache-Control: private",false);