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 and create a CSV file, like this:
name;surname;blabla name;surname;blabla name;surname;blabla name;surname;blabla
Excel should eat this :)
It is convenient to use PHP CVS functions: http://php.net/manual/en/function.fputcsv.php