hi,
I am very new to perl.I have written a perl script which is writing data into an excel file.The problem is that it is creating one new excel file while executing but my need id to write into an existing .xls file.
currently I am using:
my $workbook = Spreadsheet::Wr iteExcel::Big->new("file.xls" );
for that which method Should I use??
can anyone please help me...
Thanks
Rasmia
I am very new to perl.I have written a perl script which is writing data into an excel file.The problem is that it is creating one new excel file while executing but my need id to write into an existing .xls file.
currently I am using:
my $workbook = Spreadsheet::Wr iteExcel::Big->new("file.xls" );
for that which method Should I use??
can anyone please help me...
Thanks
Rasmia
Comment