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