Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: how to open excel in browser using CGI::Application

by Thilosophy (Curate)
on Jun 20, 2005 at 09:15 UTC ( [id://468256]=note: print w/replies, xml ) Need Help??


in reply to how to open excel in browser using CGI::Application

You could use CGI::Application::Plugin::Stream :
use CGI::Application::Plugin::Stream (qw/stream_file/); sub show_excel{ if ( $self->stream_file( "temp.xls" ) ) { return; } else { return $self->error_mode(); } }

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://468256]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (6)
As of 2024-03-29 02:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found