简体   繁体   中英

get Records from Excel sheet to MySQL database using php codeigniter

如何使用Codeigniter php将记录从Excel工作表获取到Mysql数据库?

Here is the best place to start: Code Igniter Excel library

You'll need to include the library (either in config/autoload, or with $this->load->excel) and fire up the examples that are listed in the CI wiki at that link. It's pretty straight forward.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM