mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-06 00:23:20 +00:00
change to testdrive
This commit is contained in:
@@ -160,8 +160,8 @@ Describe "Join Worksheet part 2" -Tags JoinWorksheetPart2 {
|
||||
12010,103
|
||||
12011,104
|
||||
"@
|
||||
|
||||
$xlfile = "$env:TEMP\testJoin.xlsx"
|
||||
|
||||
$xlfile = "TestDrive:\Test.xlsx"
|
||||
Remove-Item $xlfile -ErrorAction SilentlyContinue
|
||||
|
||||
$Sales | Export-Excel $xlfile -WorksheetName Sales
|
||||
|
||||
Reference in New Issue
Block a user