At 7:19 AM -0700 4/26/10, Jim Gibson wrote:
At 1:37 AM -0700 4/26/10, luke devon wrote:
Hi #!/usr/bin/perl -w use strict; use
Spreadsheet::ParseExcel; my $parser =
Spreadsheet::ParseExcel->new(); my $workbook =
$parser->parse('Book1.xls'); Like this , as per examples, we
h
To: beginners@perl.org
Cc: luke devon
Sent: Sunday, April 25, 2010 21:12:59
Subject: Re: Modify excel worrkbook in perl
On Sunday 25 Apr 2010 10:12:02 luke devon wrote:
> Hi
>
> I need to modify a excel file in perl and for which i installed perl in
> ubuntu.
>
> 1. Open a
On Sunday 25 Apr 2010 10:12:02 luke devon wrote:
> Hi
>
> I need to modify a excel file in perl and for which i installed perl in
> ubuntu.
>
> 1. Open a existing excel file
>
> 2. delete an unwanted Sheet called "summary"
>
> 3. and i want to insert some data into range of cells ( B1:B11)
>
Hi
I need to modify a excel file in perl and for which i installed perl in
ubuntu.
1. Open a existing excel file
2. delete an unwanted Sheet called "summary"
3. and i want to insert some data into range of cells ( B1:B11)
Could you please tell me what is the most suitable perl module that