mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-17 16:53:46 +00:00
Default parameter set was missing
This commit is contained in:
@@ -35,7 +35,7 @@
|
|||||||
So this version starts at row 2 to skip the tiltle and labels the first column "label" and the Second "Value"; the label acts as the key
|
So this version starts at row 2 to skip the tiltle and labels the first column "label" and the Second "Value"; the label acts as the key
|
||||||
and the result is display on using grid view. Note that grid view works best when the number of columns is small.
|
and the result is display on using grid view. Note that grid view works best when the number of columns is small.
|
||||||
#>
|
#>
|
||||||
[cmdletbinding()]
|
[cmdletbinding(DefaultParameterSetName)]
|
||||||
Param(
|
Param(
|
||||||
#First file to compare
|
#First file to compare
|
||||||
[parameter(Mandatory=$true)]
|
[parameter(Mandatory=$true)]
|
||||||
|
|||||||
Reference in New Issue
Block a user