Thanks Pritish/jing!
From: Pritish Pattanaik [mailto:pattanaikprit...@gmail.com]
Sent: Monday, July 15, 2013 4:47 PM
To: Tom, Jentil Kuriakose; beginners@perl.org
Subject: Re: Excel Sheet Gen Code gives error
Hello Jentil,
Have you installed SpreadSheet::WriteExcel module ? ,
if no => t
Hello Jentil,
Have you installed SpreadSheet::WriteExcel module ? ,
if no => then install it from cpan shell or you can download it from (
http://search.cpan.org/CPAN/authors/id/J/JM/JMCNAMARA/Spreadsheet-WriteExcel-2.39.tar.gzlink)
follow the instruction:
wget link
tar -xzvf file.gz
cd newly
Hi Jentil,
You do not seem to have the module installed. If you have cpanm, you may try:
$ cpanm Spreadsheet::WriteExcel
Cheers,
Jing
On 15 Jul 2013, at 19:01, "Tom, Jentil Kuriakose"
wrote:
>
> Hi,
>
> I have written simple EXCEL sheet gen PEARL code:
>
> #!/usr/bin/perl
Hi,
I have written simple EXCEL sheet gen PEARL code:
#!/usr/bin/perl
use strict;
use Spreadsheet::WriteExcel;
my $workbook = Spreadsheet::WriteExcel->new("simple.xls");
my $SUMMARY = $workbook->add_worksheet("SUMMARY");
$SUMMARY->write(0, 0,