in reply to Re: Win32::OLE Excel Extracting Comments
in thread Win32::OLE Excel Extracting Comments
For example: I've frequently used the following to get a value: $value = $worksheet->Range("B1")->{Value}; and I get the same results from the code my $value = $worksheet->Cells(1,2)->{Value};
|
|---|