mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-18 09:13:44 +00:00
Read-only imports + small test fix
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
Import-Module $PSScriptRoot\..\ImportExcel.psd1 -Force
|
||||
|
||||
$xlFile = ".\testSQL.xlsx"
|
||||
$xlFile = "$env:TEMP\testSQL.xlsx"
|
||||
|
||||
Describe "ConvertFrom-ExcelToSQLInsert" {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user