Do any of u know how to creat a MSExcel file and populate with data.
I've seen the PDF functions in PHP. But is there anything out there for Excel files.
You can easily write a .CSV (comma-separated variables) file that can be read by any spreadsheet, including Excel.
If you really want to try to recreate Microsoft's proprietary format, some documentation is available at http://www.wotsit.org/.
hay thanks ... I think i'll just stick to CSV files.
thanks for the info
rgds
There's a really neat way of doing this developed by Michael Beyer, called deliveryfmt_functions.php.
Try copying it from here: http://www.darkstreak.com/projects/deliveryfmt_functions/deliveryfmt_functions_view_source.php