|
Hi, I've got the following issue when I try to insert some text into an openoffice tab, I've got only the first line of the text.
Here's my code:
$doc->cellValue($tab_medium,0,1,@text);
When I print @text in the console, I've got
first line
second line
third line
When I insert it into a tab in my openoffice document I've only got :
first line
Is it a bug or did I miss something ??
Cheers
Matt
|