Help for this page

Select Code to Download


  1. or download this
    $Response->{ContentType} = 'application/vnd.ms-excel';
    # Generate your sheet and store it in $sheet
    print $sheet; # Or $Response->Write($sheet);