mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-06 00:23:20 +00:00
9 lines
199 B
PowerShell
9 lines
199 B
PowerShell
try {. $PSScriptRoot\..\..\LoadPSD1.ps1} catch {}
|
|
|
|
@"
|
|
site,link
|
|
google,http://www.google.com
|
|
stackoverflow,http://stackoverflow.com
|
|
microsoft,http://microsoft.com
|
|
"@ | ConvertFrom-Csv | Export-Excel
|