Export file download, console output garbled code
夏日飞霜
夏日飞霜 2020-10-27 16:04:22
0
1
1126

header("Pragma: 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-Type: 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' );

can be saved directly in the root directory, but cannot be downloaded

夏日飞霜
夏日飞霜

reply all(1)
天蓬大人

Code and error message, screenshots will be sent

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template