There is no need to replace \r\n with XLS format.
authorEmmanuel Lacour <elacour@home-dn.net>
Tue, 10 Feb 2009 10:25:53 +0000 (11:25 +0100)
committerEmmanuel Lacour <elacour@home-dn.net>
Tue, 10 Feb 2009 10:25:53 +0000 (11:25 +0100)
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++;
     }