Convert MySQL to EXCEL
You can convert any table to CSV/EXCEL file by this code. In this repository I've used Link1 and Link2 .
Simply edit config.php and add correct values for $Password, $table_name, $columns, $columns_names.
Feel free to use, report issue and submit pull requests.