external help file | Module Name | online version | schema |
---|---|---|---|
ImportExcel-help.xml |
ImportExcel |
2.0.0 |
Get worksheet names and their indices of an Excel workbook.
Get-ExcelSheetInfo [-Path] <Object> [<CommonParameters>]
The Get-ExcelSheetInfo cmdlet gets worksheet names and their indices of an Excel workbook.
Get-ExcelSheetInfo .\Test.xlsx
Specifies the path to the Excel file. (This parameter is required.)
Type: Object
Parameter Sets: (All)
Aliases: FullName
Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
CHANGELOG 2016/01/07 Added Created by Johan Akerstrom (https://github.com/CosmosKey)