mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-06 00:23:20 +00:00
Added alias HeaderRow for TopRow to ImportExcel
This commit is contained in:
@@ -247,6 +247,7 @@ Function Import-Excel {
|
||||
[String[]]$HeaderName,
|
||||
[Parameter(ParameterSetName='C', Mandatory)]
|
||||
[Switch]$NoHeader,
|
||||
[Alias('HeaderRow')]
|
||||
[ValidateRange(1, 9999)]
|
||||
[Int]$TopRow,
|
||||
[Switch]$DataOnly
|
||||
|
||||
Reference in New Issue
Block a user