Home > Article > Backend Development > php读取数据库内容保存到excel里解决思路
php读取数据库内容保存到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\n"; echo "test1\t"; echo "test2\t\n"; <div class="clear"> </div>