Add missing parameter aliases to align with caller/callee

This commit is contained in:
John Boyne
2023-10-11 20:36:26 +01:00
parent edf25cf946
commit b8a8f4c565

View File

@@ -8,7 +8,8 @@ function ConvertFrom-ExcelData {
[ScriptBlock]$ScriptBlock,
[Alias("Sheet")]
$WorksheetName = 1,
[int]$HeaderRow = 1,
[Alias('HeaderRow', 'TopRow')]
[int]$StartRow = 1,
[string[]]$Header,
[switch]$NoHeader,
[switch]$DataOnly