mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-12 14:23:14 +00:00
Added try/catch. Expanded aliases
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
Import-Module ..\..\ImportExcel.psd1 -Force
|
||||
|
||||
try {. $PSScriptRoot\..\..\LoadPSD1.ps1} catch {}
|
||||
|
||||
ConvertFrom-ExcelToSQLInsert -TableName "Movies" -Path ".\Movies.xlsx" -ConvertEmptyStringsToNull
|
||||
''
|
||||
|
||||
Reference in New Issue
Block a user