Hello,
i'm exporting mysql data to excel with php-excel library (http://code.google.com/p/php-excel/).
I don't know how to print new line in excel... i try "\n", "CHAR(10),"NEWLINE" without success. I have all exported data in one line, but i want to have each row in new line.
Here you can look at my code:
http://pastebin.com/vXF1CnRS
Thanks in advice!