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