Skip to content

PHP CodeIgniter Read Excel Data and Insert into Database

License

Notifications You must be signed in to change notification settings

devararishivian/import-exceldata-ci

Repository files navigation

import-exceldata-ci

A PHP (Codeigniter) code to read excel sheets and insert (or update) data to SQL table

Technologies used

set up

  • To run server side code locally you can use LAMP, WAMP, MAMP, or XAMP

  • Clone the file and make the necessary changes.

    • .\application\config\config.php

      • Change $base_url
    • .\application\config\database.php

      • Change the databasse name, username and password
  • Create a database and import import-exceldata-ci.sql file into it, to create the table as per the sheet in the excel file.

(Read this Documentation for issues regarding Codeigniter)

How to run

Go to the link http://localhost/"your_base_url_here_if_any"/c_import browse file and upload

PhpSpreadsheet Library

Make sure that you download the latest version of PhpSpreadsheet Library file from the releases section here. (The vendor folder contains the downloaded PhpSpreadsheet Library files in this project)

About

PHP CodeIgniter Read Excel Data and Insert into Database

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages