How I insert data from microsoft xls file to mysql database using php

Hey all,

I want to insert data from microsoft xls file to mysql database using php.

How to do it. Please explain with full source code.


<?PHP

insert_microsoft_xls_file_to_mysql_database_using_php($excelFile);

?>

Thanks

I think the best library for that is PHPExcel
Download and look into the examples folder.

HTH