Perl No Comments 12 Tue Spreadsheet::WriteExcel – Carriage Return Issue Spreadsheet::WriteExcel – Carriage Return Issue Use “\n” though also set text wrap. [perl] my $format = $workbook->add_format(); $format->set_text_wrap() ; [/perl]