How to read data from excel file

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
phpfan
Forum Newbie
Posts: 14
Joined: Thu Aug 27, 2009 4:37 am

How to read data from excel file

Post by phpfan »

Hello,

Does anybody know How to read data from excel file and insert that data into MySQL database

kindly give me a solution

thanks in advance
User avatar
dude81
Forum Regular
Posts: 509
Joined: Mon Aug 29, 2005 6:26 am
Location: Pearls City

Re: How to read data from excel file

Post by dude81 »

Try this.PHP Excel
Mark Baker
Forum Regular
Posts: 710
Joined: Thu Oct 30, 2008 6:24 pm

Re: How to read data from excel file

Post by Mark Baker »

If you'd googled this, one of the first results would have been a library called PHPExcel that is specifically designed to read and to write excel files from within PHP scripts
Post Reply