Home > Backend Development > PHP Tutorial > php读取excel内容 字段格式变了解决思路

php读取excel内容 字段格式变了解决思路

WBOY
Release: 2016-06-13 12:02:35
Original
1041 people have browsed it

php读取excel内容 字段格式变了
excel是常规字段:
 201407170002
 201407170001
 201407160039
 201407160038
 201407160037

可PHP读取后变成:
MA 02148
MA 02148
MA 02148
MA 02148
MA 02148

怎么解决?用的是PHPExcel来读取

------解决方案--------------------
不可能,两者没有相似之处
你可能弄错了列

可以把供测试的 xls 文件放到云盘上
------解决方案--------------------
查看excel原始表格 数据类型
------解决方案--------------------
这个?

你指的是那列?

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template