查看文章 |
PHP生成excle
2009-06-12 18:51
1.以下方法是直接下载(显示另存为)一个test1.xls的Excel表。
header("Content-type:application/vnd.ms-excel"); header("Content-Disposition:filename=test.xls"); echo "test1\t"; |
最近读者:
查看文章 |
1.以下方法是直接下载(显示另存为)一个test1.xls的Excel表。
header("Content-type:application/vnd.ms-excel"); header("Content-Disposition:filename=test.xls"); echo "test1\t"; |