Help for this page

Select Code to Download


  1. or download this
        #!/usr/bin/perl -w
    
        use strict;
    ...
        $workbook->close();
        
        # The Excel file is now in $xls_str.
    
  2. or download this
        my $workbook  = Spreadsheet::WriteExcel->new(\*STDOUT);