in reply to detect hyperlink in an excel file

The property you want is Hyperlinks when using VBA, but I'm not sure what the Perl API equivalent might be. I found a VBA function that will return the link as well as a way to get a list of all hyperlinks. Perhaps these will be useful?