Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Re: Re: Creating downloadable files on the fly

by jj808 (Hermit)
on Oct 09, 2002 at 10:58 UTC ( [id://203880]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: Creating downloadable files on the fly
in thread Creating downloadable files on the fly

Can you reduce this to a test case (i.e. use a very simple Excel file such as
my $workbook = Spreadsheet::WriteExcel->new(\*.XLS); my $worksheet = $workbook->addworksheet(); $worksheet->write("A1","Hello, World");
and then post your complete script. I'll then run it on my machine and see if I can reproduce the problem.

JJ

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (6)
As of 2024-04-23 13:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found