Import Excel (.xls) data into mysql database

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
minipop4747
Forum Newbie
Posts: 1
Joined: Fri Sep 07, 2012 1:40 am

Import Excel (.xls) data into mysql database

Post by minipop4747 »

I want to code one php page, which import MS Excel (.xls) file data into Mysql database.

Procedure will be browse a excel file, when click button it will insert excel data into Mysql database

Can anyone help me to write this code

NOTE : I do not want to import .csv file only .xls file
User avatar
social_experiment
DevNet Master
Posts: 2793
Joined: Sun Feb 15, 2009 11:08 am
Location: .za

Re: Import Excel (.xls) data into mysql database

Post by social_experiment »

“Don’t worry if it doesn’t work right. If everything did, you’d be out of a job.” - Mosher’s Law of Software Engineering
Post Reply