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


