PHP Export a simple example code for a Word document with an Excel spreadsheet _php instance

Source: Internet
Author: User
Tags ranges
To generate the code for Word:
Copy Code code as follows:

Header ("Content-type:application/octet-stream");
Header ("Accept-ranges:bytes");
Header (' Content-type:application/doc ');
Header (' content-disposition:attachment; filename= ' test. doc ');

To generate the code for Excel:
Copy Code code as follows:

Header ("Content-type:application/octet-stream");
Header ("Accept-ranges:bytes");
Header ("Content-type:application/vnd.ms-excel");
Header ("content-disposition:attachment;filename=" test. xls "');

But the guide process will also encounter a lot of problems, such as export Excel, a column is exported by the ID card, open the Excel file will find that the ID number automatically use scientific notation, in any case modify the column properties, can not achieve their own requirements. Some people on the internet said that the column properties should be changed to text after the input is no problem, the actual operation of Excel is true, but, PHP program export can not do it. Also some people said that in the ID card before adding single quotes, try not to, and finally in the export of identity card data before adding space problems to solve, space is the space of the HTML code. Problem solving.

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.