How to get records from Excel sheet to Mysql database using Codeigniter php?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.