mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-22 03:03:23 +00:00
remove LoadPSD calls & 72 empty catch blocks from examples
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
* Add .01 in column F
|
||||
#>
|
||||
|
||||
try {. $PSScriptRoot\..\..\LoadPSD1.ps1} catch {}
|
||||
try {Import-Module $PSScriptRoot\..\..\ImportExcel.psd1} catch {throw ; return}
|
||||
|
||||
$path = "$Env:TEMP\DataValidation.xlsx"
|
||||
Remove-Item $path -ErrorAction SilentlyContinue
|
||||
|
||||
Reference in New Issue
Block a user