Skip to content

An Implementation Library for interacting Excel Documents with Mysql in PHP (PHPExcel)

Notifications You must be signed in to change notification settings

apriandanailus/excel-mysql-importer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

excel-mysql-importer

An Implementation Library for interacting Excel Documents with Mysql in PHP (PHPExcel)

Background
Importing data to Mysql is sometimes a hazzle. Especially when you are about to import hundreds row of data for instance.
Spreadsheet Import can be a solution to fasten the process. You don't have to do repetitive "save and new entry" for number of data you want to put into your database.

Case Studies
This can be a case that your making a storage management application where you have hundred of physical data to stored into your database. or whatever that you want to do with getting rows and columnd data from a spreadsheet document to Mysql Database

Installation
Inside the folder you have classes of PHPExcel. which handles reading and processing your spreadsheet document to Mysql
The index.php file is an example how we can interact with classes and a simple import action.
Just try to use the code in it and apply it in your own case.


Excel Templates
The excel template is provided. it's support UTF-8 and UTF-16
You may use any kind of spreadsheet as source of import (.CSV, XLS, XLSX)

For any question or issues just send me an email on fliez92@gmail.com

About

An Implementation Library for interacting Excel Documents with Mysql in PHP (PHPExcel)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages