mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-06 00:23:20 +00:00
Add Hyperlinks in data
This commit is contained in:
8
Examples/SpreadsheetCells/HyperLink.ps1
Normal file
8
Examples/SpreadsheetCells/HyperLink.ps1
Normal 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
|
||||
Reference in New Issue
Block a user