mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-11 22:03:29 +00:00
Add missing parameter aliases to align with caller/callee
This commit is contained in:
@@ -8,7 +8,8 @@ function ConvertFrom-ExcelData {
|
|||||||
[ScriptBlock]$ScriptBlock,
|
[ScriptBlock]$ScriptBlock,
|
||||||
[Alias("Sheet")]
|
[Alias("Sheet")]
|
||||||
$WorksheetName = 1,
|
$WorksheetName = 1,
|
||||||
[int]$HeaderRow = 1,
|
[Alias('HeaderRow', 'TopRow')]
|
||||||
|
[int]$StartRow = 1,
|
||||||
[string[]]$Header,
|
[string[]]$Header,
|
||||||
[switch]$NoHeader,
|
[switch]$NoHeader,
|
||||||
[switch]$DataOnly
|
[switch]$DataOnly
|
||||||
|
|||||||
Reference in New Issue
Block a user