Hi All,
I am trying to open an excel sheet by using the following command, the last variable -sheet is for the sheet number 1
--------------------------------------------------
C:\>cqperl ExcelperlImportCIT.pl -act Add -excels C:\CQTMTestScriptSample.xlsx -
rows 6 -sheet 1
--------------------------------------------------
and I use that value like this ---
----------------------------------
my $Sheet = $Book->Worksheets($cs);
----------------------------------
I get an error like this
Can't call method "Cells" on an undefined value, please help me with that.
Thanks
Saran
I am trying to open an excel sheet by using the following command, the last variable -sheet is for the sheet number 1
--------------------------------------------------
C:\>cqperl ExcelperlImportCIT.pl -act Add -excels C:\CQTMTestScriptSample.xlsx -
rows 6 -sheet 1
--------------------------------------------------
and I use that value like this ---
----------------------------------
my $Sheet = $Book->Worksheets($cs);
----------------------------------
I get an error like this
Can't call method "Cells" on an undefined value, please help me with that.
Thanks
Saran