PHP/기본

엑셀 저장 해더

퓨어레드 2012. 5. 1. 21:26

header( "Content-type: application/vnd.ms-excel" );
header( "Content-Disposition: attachment; filename=$file.xls" );
header( "Content-Description: PHP4 Generated Data" );