PHP data several lines of code exported to Excel (non-plug-in)

Source: Internet
Author: User

<?PHPHeader("Content-type:application/vnd.ms-excel");Header("Content-disposition:attachment;filename= money record. xls"); Header("Content-transfer-encoding:binary"); Echo Iconv("UTF-8", "GBK", "Application Time");Echo"\ T";Echo Iconv("UTF-8", "GBK", "Payment Time");Echo"\ T"; foreach($list  as $key=$val) {     Echo"\ r \ n"; Echo Iconv("UTF-8", "GBK", "".)Date("Y-m-d h:i:s",$val[' Add_time ']);Echo"\ T"; Echo Iconv("UTF-8", "GBK", "".)Date("Y-m-d h:i:s",$val[' Pay_time ']);Echo"\ T";}

Need to pay attention to a pit, when the input of the number is too long, Excel will automatically intercept the change of this data, the output of the time to put too long data double quotation marks into a string to avoid this problem

PHP data several lines of code exported to Excel (non-plug-in)

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.