mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-06 00:23:20 +00:00
Determines if ImportExcel is installed and if not loads the local psd1
This commit is contained in:
3
LoadPSD1.ps1
Normal file
3
LoadPSD1.ps1
Normal file
@@ -0,0 +1,3 @@
|
||||
if((Get-Module -list ImportExcel) -eq $null) {
|
||||
Import-Module $PSScriptRoot\ImportExcel.psd1 -force
|
||||
}
|
||||
Reference in New Issue
Block a user