in reply to Help,WIN32::OLE parse EXCEL ,run error
I have tested your code, and I have added a
before yourprint "$row $col\n";
The last pair before the error is 1 257, so it seems that cells() only expects an one-byte-value for the column .... Maybe that is a good starting-point for your investigations ... HTH, Ratanext unless defined $Sheet->Cells($row,$col)->{'Value'};
|
|---|