tags:

views:

14

answers:

1

I want to insert the data from given excel sheet to mysql table.I am using PHP 5.0.If it is not possible is there is any option for convert excel to CSV then Inert into Mysql table?

A: 

You can use PHPExcel or ExcelExplorer to read Excel files in PHP.

Sjoerd
I want to store it when the user upload the excell file from the system to site.
vinothkumar