Add Hyperlinks in data

This commit is contained in:
dfinke
2015-12-22 15:06:44 -05:00
parent f79bea26bc
commit 805a074c49

View File

@@ -0,0 +1,8 @@
rm *.xlsx
$(
New-PSItem '=Hyperlink("http://dougfinke.com/blog","Doug Finke")' @("Link")
New-PSItem '=Hyperlink("http://blogs.msdn.com/b/powershell/","PowerShell Blog")' @("Link")
New-PSItem '=Hyperlink("http://blogs.technet.com/b/heyscriptingguy/","Hey, Scripting Guy")' @("Link")
) | Export-Excel hyperlink.xlsx -AutoSize -Show