excel|エクセルを生成
ob_start();
?>
xmlns:x="urn:schemas-microsoft-com:office:excel"
xmlns="http://www.w3 .org/TR/REC-html40">
<頭>
<メタ名=ProgIdコンテンツ=Excel.Sheet>
頭>
if(false==isset($_POST["data"]))
{
echo "没有要显示的数据" ;
exit;
}
?>
|
|
|
|
|
|
名称 |
地址 |
QQ号 |
电子邮件 |
foreach($_POST["data"] as $val)
{
extract($val) ;
?>
|
|
|
|
|
}
?>
|
|
|
|
|
<; /body>
$outStr=ob_end_clean();
header("Content-type: application/octet-stream"); "Accept-Ranges : bytes" );
Header("Accept-Length: ".strlen($outStr));
出力ファイルの内容 echo $アウトストラ