http://www.perlmonks.org?node_id=635030


in reply to Get the row and column number
in thread Using Win32::OLE and Excel - Tips and Tricks

Read the Excel object model documentation. For a cell (or Range) there likely is a function returning the coordinates of the upper left corner. Maybe it's Cell->Address or something containing R1C1 in its name.