Exporting a web report to Excel in PHP

I am writing a PHP website that enables users to track time. I have a page that i want to download to Microsoft Excel. The PHP page has a date range to select the start date and the end date. The user then can select a particular work or all workers and get the details. My hosting platform is Linux.
Is it possible to create a report that could be opened in Microsoft Excel?
