header("プラグマ: public"); header("Expires: 0"); header("Cache-Control:must-revalidate、post-check=0、pre-check=0"); header("Content -Type:application/force-download"); header("Content-Type:application/vnd.ms-execl"); header("Content-Type:application/octet-stream"); header("Content-タイプ: application/download");; header('Content-Disposition:attachment;filename='.$fileName.''); header("Content-Transfer-Encoding:binary");//output $writer = IOFactory: :createWriter ($spreadsheet,'Xlsx'); $writer->save('php://output');
But if
$writer->save('filename ' );
はルート ディレクトリに直接保存できますが、ダウンロードはできません
コードとエラーメッセージ、スクリーンショットが送信されます