OpenOffice-OODoc - Trouble inserting a perl tab in a cell

Posted on Wed Feb 6 15:13:35 2008 by mattd
Trouble inserting a perl tab in a cell
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
Write a response