background image

 

$filename_type

='xls'; 


header("Content-Type: application/vnd.ms-excel"); 
Header("Accept-Ranges:bytes"); 
Header("Content-Disposition:attachment;filename=".

$filename

.".".

$filename_type

); 

//$filename

 

导出的文件名

header("Pragma: no-cache"); 
header("Expires: 0"); 

if

(

$filename_type

=='xls'){ 

echo

 '<html xmlns:o="urn:schemas-microsoft-com:office:office" 

xmlns:x="urn:schemas-microsoft-com:office:excel" 
xmlns=""> 
<head> 
<meta http-equiv="expires" content="Mon, 06 Jan 1999 00:00:01 GMT"> 
<meta http-equiv=Content-Type content="text/html; charset=gb2312"> 
<!--[

if

 gte mso 9]><xml> 

<x:ExcelWorkbook> 
<x:ExcelWorksheets> 
<x:ExcelWorksheet> 
<x:Name></x:Name>