Is it possible to append content to an .xls file using PHP fwrite()?
When i try this using fwrite(), the resulting file causes an error message in Excel 2007.
you can try this library http://phpexcel.codeplex.com/
or you can create .csv file for example and then import them to excel.