prakashivb has asked for the wisdom of the Perl Monks concerning the following question:
sub show_excel { my($self) = shift; my $file = "temp.xls"; my $output = $self->header_props(-type => 'application/vnd.ms-excel', -attachment => $file); return $output; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: how to open excel in browser using CGI::Application
by bmann (Priest) on Jun 20, 2005 at 05:12 UTC | |
|
Re: how to open excel in browser using CGI::Application
by Thilosophy (Curate) on Jun 20, 2005 at 09:15 UTC |