amt has asked for the wisdom of the Perl Monks concerning the following question:
print "Content-type: application/pascrm-download\n"; print "Content-Disposition: attachment; filename=$file\n\n"; my $workbook = Spreadsheet::WriteExcel->new("-");
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Spreadsheet::WriteExcel with CGI
by ChemBoy (Priest) on Dec 08, 2005 at 21:47 UTC | |
by amt (Monk) on Dec 09, 2005 at 15:56 UTC | |
by ChemBoy (Priest) on Dec 11, 2005 at 17:43 UTC | |
Re: Spreadsheet::WriteExcel with CGI
by davidrw (Prior) on Dec 08, 2005 at 21:28 UTC | |
Re: Spreadsheet::WriteExcel with CGI
by dragonchild (Archbishop) on Dec 09, 2005 at 04:28 UTC | |
Re: Spreadsheet::WriteExcel with CGI
by helphand (Pilgrim) on Dec 11, 2005 at 20:16 UTC |