How to export a web report to Microsoft Excel using PHP
Asked By
460 points
N/A
Posted on - 05/17/2011

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?
