mirror of
https://github.com/dfinke/ImportExcel.git
synced 2026-01-11 04:53:17 +00:00
Standardising examples
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
#Get rid of pre-exisiting sheet
|
||||
try {Import-Module $PSScriptRoot\..\..\ImportExcel.psd1} catch {throw ; return}
|
||||
|
||||
#Get rid of pre-exisiting sheet
|
||||
$path = "$Env:TEMP\test.xlsx"
|
||||
remove-item -Path $path -ErrorAction SilentlyContinue
|
||||
|
||||
|
||||
Reference in New Issue
Block a user