Mikey Bronowski continues a series on generating Excel documents with Powershell:
Last week I have mentioned the new functions waiting to be included into the module. This week I would like to write about another set of functions:
– Add-ExcelHyperlink
– Get-ExcelHyperlink
– Remove-ExcelHyperlinkThose are fresh too and were inspired by a query I have got from Garry Bargsley (blog|twitter) who needed adding hyperlinks to the existing cells without using HYPERLINK() Excel function.
Read on to see how.