Can we edit a worksheet of excel through spreadsheet::wr iteExcel.
Because when I am using
my $workbook = Spreadsheet::Wr iteExcel->new('D:\test_r esult.xls');
this statement is creating the excel file again. I want to update an excel sheet means if the some data already exist, the new data should be append to it...
Thanks in Advance
-Lav
Because when I am using
my $workbook = Spreadsheet::Wr iteExcel->new('D:\test_r esult.xls');
this statement is creating the excel file again. I want to update an excel sheet means if the some data already exist, the new data should be append to it...
Thanks in Advance
-Lav
Comment