Help for this page

Select Code to Download


  1. or download this
        print "Content-type: application/vnd.ms-excel\n\n";
  2. or download this
        my $filename ="cgitest.xls";
        print "Content-type: application/vnd.ms-excel\n";
        print "Content-Disposition: attachment; filename=$filename\n\n";
    
  3. or download this
        my $workbook = Spreadsheet::WriteExcel->new("-");