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?
Comment on
Re: detect hyperlink in an excel file
In Section
Seekers of Perl Wisdom