Home > Backend Development > PHP Tutorial > excel - PHP负责把每一行数据插入到数据库,这个有什么插件能实现吗?

excel - PHP负责把每一行数据插入到数据库,这个有什么插件能实现吗?

WBOY
Release: 2016-06-06 20:38:26
Original
950 people have browsed it

给用户个input type="file" 选择上传 .cvs .xls文件, PHP负责把每一行数据插入到数据库,这个有什么插件能实现吗?能不能给粗demo或者是插件,谢谢

回复内容:

给用户个input type="file" 选择上传 .cvs .xls文件, PHP负责把每一行数据插入到数据库,这个有什么插件能实现吗?能不能给粗demo或者是插件,谢谢

读取用phpExcel,然后随便插DB了
phpExcel的函数和excel的官方API一一对应,你可以打开随便一个xls文件看帮助文档,如果没有就去微软官网搜.
都找不到的话这是WPS的文档链接:http://www.wps.cn/wpsapi/treeshow/tree-WPS.htm 和微软的基本差不多

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