Help for this page

Select Code to Download


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