How to import PHPExcel table into database
手机用户1616641001
手机用户1616641001 2021-04-08 16:56:29
0
1
904
我要实现PHPExcel表格导入数据库怎么来实现 有没有大佬给一个相关的教程 在找教程的时候找了很多都不能运用到 求大佬给个教程

手机用户1616641001
手机用户1616641001

reply all (1)
愈望愈无望

In the first row of excel, write every field corresponding to the database except id. This may result in the inability to know the table name. You can use table.column to get the data table name, and finally read it in the program. Just distinguish the table name and fields, and then import them in a loop.

    Latest Downloads
    More>
    Web Effects
    Website Source Code
    Website Materials
    Front End Template
    About us Disclaimer Sitemap
    php.cn:Public welfare online PHP training,Help PHP learners grow quickly!