php£¬²»ÓÃCOM£¬Éú³ÉexcelÎļþ

6年以前  |  阅读数:454 次  |  编程语言:PHP 

ÓÃphpÉu³É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";
?>
¡¡¡¡ÔÚphp»¾³ÔËÐÐÉÏÃaeµÄ´uÂe£¬´o¼Ò¾Í¿ÉÒÔ¿´µ½a¯ÀÀÆ÷ѯÎÊÓû§ÊÇñÏÂÔØexcelÎĵµ£¬µa»÷±£´ae£¬Ó²ÅÌÉϾͶaÁËÒ»¸oexcelµÄÎļþ£¬Ê¹ÓÃexcel´o¿ª¾Í»a¿´µ½×iÖյĽa¹u£¬ÔoôÑu²»´i°É¡£
¡¡¡¡ÆaʵÔÚ×oÕaeÕýµÄÓ¦ÓõÄʱºo£¬´o¼Ò¿ÉÒÔ½«Êý¾Ý´ÓÊý¾Ý¿aÖÐÈ¡³o£¬È»ºo°´ÕÕÿһÁÐÊý¾Ý½aÊøºo¼Ó\t,ÿһÐÐÊý¾Ý½aÊøºo¼Ó\nµÄ½¨echo³oÀ´£¬ÔÚphpµÄ¿ªÍ*ÓÃheader("Content-type:application/vnd.ms-excel");±iʾÊa³oµÄÊÇexcelÎļþ£¬ÓÃheader("Content-Disposition:filename=test.xls");±iʾÊa³oµÄÎļþÃuΪtext.xls¡£ÕaÑu¾ÍokÁË¡£

¡¡¡¡ÎÒÃǸu¿ÉÒÔÐÞ¸ÄheaderÈÃËuÊa³o¸u¶a¸ñʽµÄÎļþ£¬ÕaÑuphpÔÚ´¦Ài¸÷ÖÖÀaÐÍÎļþ½Ãae¾Í¸u¼Ó½±aÁË£®

Copyright© 2013-2020

All Rights Reserved 京ICP备2023019179号-8