mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-06 00:23:20 +00:00
used $PSScriptRoot instead
This commit is contained in:
@@ -17,5 +17,5 @@ function Get-ConditionalFormatting {
|
||||
}
|
||||
}
|
||||
|
||||
$xlSourcefile = "$env:TEMP.\GetConditionalFormatting.xlsx"
|
||||
$xlSourcefile = "$PSScriptRoot\GetConditionalFormatting.xlsx"
|
||||
Get-ConditionalFormatting -xlSourcefile $xlSourcefile
|
||||
Reference in New Issue
Block a user