ホームページ >バックエンド開発 >PHPチュートリアル >php读取数据库内容保存到excel里解决思路

php读取数据库内容保存到excel里解决思路

WBOY
WBOYオリジナル
2016-06-13 10:18:59936ブラウズ

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";<div class="clear">
                 
              
              
        
            </div>
声明:
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。