mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-06 00:23:20 +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
|
|
} |