in reply to Re^2: Trying to modify multisheets using Spreadsheet::ParseExcel::SaveParser
in thread Trying to modify multisheets using Spreadsheet::ParseExcel::SaveParser
You initialize
but then usemy $row_in = 2; my $col_in = 0;
I suggest you uncomment these and fix the errors/warnings$sheet->AddCell( $row, $col, $value );
poj#use strict; #use warnings;
|
|---|