Help for this page

Select Code to Download


  1. or download this
    
       # generate your Spreadsheet binary and put it in, oh
       # $sheet, ok?
    
  2. or download this
    # Send the content type
    my $name = "testing.xls";
    ...
    $worksheet->write(0, 0, "This should work.");
    $worksheet->write(0, 1, "In theory.");
    $workbook->close();