mirror of
https://github.com/dfinke/ImportExcel.git
synced 2026-02-06 19:53:23 +00:00
fix naming consitency (case mostly)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
if (-not (get-command Import-Excel -ErrorAction SilentlyContinue)) {
|
||||
if (-not (Get-command Import-Excel -ErrorAction SilentlyContinue)) {
|
||||
Import-Module $PSScriptRoot\..\ImportExcel.psd1
|
||||
}
|
||||
$xlFile = "TestDrive:\testSQL.xlsx"
|
||||
|
||||
Reference in New Issue
Block a user