From: Emmanuel Lacour Date: Tue, 10 Feb 2009 10:25:53 +0000 (+0100) Subject: There is no need to replace \r\n with XLS format. X-Git-Tag: 0.05~2 X-Git-Url: http://git.home-dn.net/?p=manu%2FRT-Extension-SearchResults-XLS.git;a=commitdiff_plain;h=31358b9d743e13c2881836b97541f434ff16fd8e There is no need to replace \r\n with XLS format. --- diff --git a/html/Search/Results.xls b/html/Search/Results.xls index 0627c97..9951a77 100644 --- a/html/Search/Results.xls +++ b/html/Search/Results.xls @@ -133,7 +133,6 @@ foreach my $row (@rows) { } foreach my $id (sort keys %known_cfs) { my $val = $row->{'CustomField-'.$id}; - $val =~ s/(\n|\r)//g; $worksheet->write($ws_row, $ws_col, $val); $ws_col++; }