in reply to Re: Re: Creating downloadable files on the fly
in thread Creating downloadable files on the fly
and then post your complete script. I'll then run it on my machine and see if I can reproduce the problem.my $workbook = Spreadsheet::WriteExcel->new(\*.XLS); my $worksheet = $workbook->addworksheet(); $worksheet->write("A1","Hello, World");
JJ
|
|---|