"Stewart Anderson" schreef:
> You can use Spreadsheet::WriteExcel to generate an Excel workbook.
> It has methods to add sheets and cell data and also lots of methods
> for formatting etc.
>
> The CPAN documentation is very clear and you will be able to use
> examples straight off the do
> -Original Message-
> From: Chas. Owens [mailto:[EMAIL PROTECTED]
> Sent: 21 November 2008 13:13
> To: Manasi Bopardikar
> Cc: beginners@perl.org
> Subject: Re: need help with SpreadSheet::Parse perl module
>
> On Fri, Nov 21, 2008 at 07:33, Manasi Bopard
On Fri, Nov 21, 2008 at 07:33, Manasi Bopardikar
<[EMAIL PROTECTED]> wrote:
snip
> in the above code I get the max row count of my sheet by reading it using
> the Spreadsheet::ParseExcel::Workbook module of cpan.
>
> then I want to open the same tablle2sheet.xls for writing.but currently I am
> not
Hi,
Following is the piece of code
my $parser =
Spreadsheet::ParseExcel::Workbook->Parse('tablle2sheet.xls');;
#parseexcel method that would open the file for writing
my $sheet= $parser->Worksheet($Worksheet);
my $rw=$sheet->{MaxRow}+1;
print "rowcount