There is no need to replace \r\n with XLS format.
[manu/RT-Extension-SearchResults-XLS.git] / html / Search / Results.xls
index 0627c97..9951a77 100644 (file)
@@ -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++;
     }