Excel can read CSV files, so if you need it you can generate them with PHP. If you need to send some mysql data to Excel, you can check out the PhpMyAdmin, there is the ability to export database data in the "CSV for MS Excel" format.
There are also a number of Excel classes in the PEAR collection... I'm not sure how much work they are, but they're an option.