Help for this page

Select Code to Download


  1. or download this
        #!/usr/bin/perl -w
    
    ...
            $csv->combine(@$aref);
            print CSV $csv->string(), "\r\n";
        }
    
  2. or download this
        #!/usr/bin/perl -w
    
    ...
        my $format    = $workbook->add_format(text_wrap => 1);
    
        $worksheet->write('A1',  "Hello\nWorld", $format);