--- external help file: ImportExcel-help.xml Module Name: ImportExcel online version: 'https://github.com/dfinke/ImportExcel' schema: 2.0.0 --- # Get-ExcelColumnName ## SYNOPSIS ## SYNTAX ```text Get-ExcelColumnName [[-ColumnNumber] ] [] ``` ## DESCRIPTION ## EXAMPLES ### Example 1 ```text PS C:\> {{ Add example code here }} ``` ## PARAMETERS ### -ColumnNumber ```yaml Type: Object Parameter Sets: (All) Aliases: Required: False Position: 0 Default value: None Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` ### CommonParameters This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about\_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS ### System.Object ## OUTPUTS ### System.Object ## NOTES ## RELATED LINKS