Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: CGI & Spreadsheet::WriteExcel Module Help needed

by dallen (Initiate)
on Nov 04, 2000 at 01:59 UTC ( [id://39933]=note: print w/replies, xml ) Need Help??


in reply to CGI & Spreadsheet::WriteExcel Module Help needed

This works with excel 97:
print the data as CSV; send it to the browser with Content-type: application/msexcel

Of course it may show up as plain text in the browser unless the user has the mime-type set up. You could alternately send the content as a MIME-encoded email, with:

MIME-Version: 1.0 Content-type: application/msexcel; name="yourFile.xls"; boundary=42

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (6)
As of 2024-03-28 15:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found