use CGI::Application::Plugin::Stream (qw/stream_file/); sub show_excel{ if ( $self->stream_file( "temp.xls" ) ) { return; } else { return $self->error_mode(); } }
In reply to Re: how to open excel in browser using CGI::Application
by Thilosophy
in thread how to open excel in browser using CGI::Application
by prakashivb
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |