Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Re: Using Spreadsheet::WriteExcel with mod_perl and Content-Disposition?

by one4k4 (Hermit)
on Mar 15, 2001 at 01:31 UTC ( [id://64503]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


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

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (6)
As of 2024-04-19 11:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found