龙盟编程博客 | 无障碍搜索 | 云盘搜索神器
快速搜索
主页 > web编程 > php编程 >

Excel php生成excel文档

时间:2014-06-19 15:03来源:网络整理 作者:网络 点击:
分享到:
php生成excel文档 php生成excel文档**[PHP]代码**```{.php}lt;? header(quot;Content-type:application/vnd.ms-excelquot;); header(quot;Content-Disposition:filename=test.xlsquot;); echo quot;test1tquot;; echo quot;test2tnquot;; echo quot;

php生成excel文档

[PHP]代码

<? 
header("Content-type:application/vnd.ms-excel"); 
header("Content-Disposition:filename=test.xls"); 
echo "test1t"; 
echo "test2tn"; 
echo "test1t"; 
echo "test2tn"; 
echo "test1t";
//PHP开源代码
echo "test2tn"; 
echo "test1t"; 
echo "test2tn"; 
echo "test1t"; 
echo "test2tn"; 
echo "test1t"; 
echo "test2tn"; 
//改动相应文件头就可以输出.doc .xls等文件格式了 
?> 
精彩图集

赞助商链接