|
什么叫簡單,把數(shù)據(jù)庫的數(shù)據(jù)導(dǎo)入到excel就行了, 這個就是簡單了
下面看一段代碼(代碼來自網(wǎng)絡(luò))
注意要雙引號的字符串
復(fù)制代碼 代碼如下:
<?php
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";
?>
運行就會下載test.xls這個文件,打開以后他是這樣的

php技術(shù):php生成excel文件的簡單方法,轉(zhuǎn)載需保留來源!
鄭重聲明:本文版權(quán)歸原作者所有,轉(zhuǎn)載文章僅為傳播更多信息之目的,如作者信息標(biāo)記有誤,請第一時間聯(lián)系我們修改或刪除,多謝。