I\'m using the Aspose library to create an Excel document. Somewhere in some cell I need to insert a new line between two parts of the text.
I tried \"\\r\\n\" but i
Using PEAR 'Spreadsheet_Excel_Writer' and 'OLE':
Only way I could get "\n" to work was making the cell $format->setTextWrap(); and then using "\n" would work.
\n
$format->setTextWrap();