mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-13 06:43:17 +00:00
tweaked spelling
This commit is contained in:
@@ -68,7 +68,7 @@
|
|||||||
# Check $ImportColumns
|
# Check $ImportColumns
|
||||||
if ($ImportColumns[0] -le 0) { throw "The first entry in ImportColumns must be equal or greater 1" ; return }
|
if ($ImportColumns[0] -le 0) { throw "The first entry in ImportColumns must be equal or greater 1" ; return }
|
||||||
# Check $StartColumn and $EndColumn
|
# Check $StartColumn and $EndColumn
|
||||||
if (($StartColumn -ne 1) -or ($EndColumn -ne $end)) { Write-Warning -Message "If ImportColumns is set than individual StartColumn and EndColumn will be ignored." }
|
if (($StartColumn -ne 1) -or ($EndColumn -ne $end)) { Write-Warning -Message "If ImportColumns is set, then individual StartColumn and EndColumn will be ignored." }
|
||||||
# Replace $Columns with $ImportColumns
|
# Replace $Columns with $ImportColumns
|
||||||
$Columns = $ImportColumns
|
$Columns = $ImportColumns
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user