文件名称:php 操作excel文件的方法小结
文件大小:57KB
文件格式:PDF
更新时间:2024-01-07 10:06:45
c ce ex
一、php,不用COM,生成excel文件 复制代码 代码如下: <? header(“Content-type:application/vnd.ms-excel”); header(“Content-Disposition:filename=test.xls”); echo “test1\t”; echo “test2\t\n”; echo “test1\t”; echo “test2\t\n”; echo “test1\t”; echo “test2\t\n”; echo “test1\t”; echo “test2\t\n”; echo “test1\t”; echo “test2\t\