Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrennand authored Apr 17, 2024
1 parent c1b395f commit fd38a59
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Public/Import-Excel.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,9 @@
if ($StartRow -eq 1 -and $EndRow -eq 1) {
$rows = 0
}
elseif ($StartRow -eq $EndRow) {
$rows = 0
}
}

# ; if ($StartRow -ge $EndRow) { Write-Warning -Message "Selecting $StartRow as the header with data in $(1+$StartRow) to $EndRow might give odd results." } }
Expand Down

0 comments on commit fd38a59

Please sign in to comment.