Export excel, if a column is exported ID number, open the excel file will find that the ID number automatically using scientific notation, anyway, modify the column properties, are unable to meet their own requirements. Some people say that online, after the first attribute to the text into the text, then there is no problem in the importation, the actual operation of excel is true, however, the php program can not be exported
<? php // Experimental data, the actual operation, here should be obtained from the database data $ emps Tutorial [0] ['id'] = '00001'; $ emps [0] ['name'] = 'abc'; $ emps [0] ['sexual'] = 'male'; $ emps [0] ['age'] = 28;
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.