답변 1개
채택된 답변
+20 포인트
2019-09-05 (목) 15:08:18
header( "Content-type: application/vnd.ms-excel" );
header( "Content-Disposition: attachment; filename=파일명.xls" );
//header( "Content-Description: PHP4 Generated Data" );
header( "Content-Description: PHP4 Generated Data" );
이렇게 해보세요.
답변을 작성하려면 로그인이 필요합니다.