php生成excel文档
span style=font-family:Courier New, Courier, monospace;line-height:21px;font-size:14px;color:#333333;php生成excel文档/span
php生成excel文档
<? 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等文件格式了 ?>
精彩图集
精彩文章