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