mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-10 13:23:29 +00:00
3 lines
114 B
PowerShell
3 lines
114 B
PowerShell
if($null -eq (Get-Module -ListAvailable ImportExcel) ) {
|
|
Import-Module $PSScriptRoot\ImportExcel.psd1 -force
|
|
} |