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