binmode(XLS); #### print header("application/vnd.ms-excel"); binmode(STDOUT); my $wb = SpreadSheet::WriteExcel->new("-"); ... #### Content-Disposition: attachment; filename=text.xls
## print header("application/vnd.ms-excel"); binmode(STDOUT); my $wb = SpreadSheet::WriteExcel->new("-"); ... ##
## Content-Disposition: attachment; filename=text.xls