Getting list of hyperlinks from an Excel worksheet with Perl Win32::OLE
问题 I want to change the path for a bunch of hyperlinks in an Excel spreadsheet. After searching Google, I came across a solutions to the problem of adding hyperlinks to spreadsheets, but not changing them. Microsoft showed how to something close with VBA here. Since I want to edit every single hyperlink in my document, the key steps that I don't know how to solve are: Get a list of hyperlink objects in Perl Extract their addresses 1 by 1 and Run a regular expression to make the path change Store