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