php读取数据库内容保存到excel里解决思路
程序员文章站
2024-01-09 08:09:34
...
php读取数据库内容保存到excel里
求教下,按照字段保存到一个表格了
------解决方案--------------------
求教下,按照字段保存到一个表格了
------解决方案--------------------
- PHP code
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";相关文章
相关视频