Help for this page

Select Code to Download


  1. or download this
    my $attachment_name = $start_hour . "_" . $hour_count;
    print $cgi->header(-type=>"application/vnd.ms-excel",
    ...
    print $cgi->start_html(
      -title=>"Exported Excel results"); # Write the data
    print $cgi->end_html;