API Reference
Cmdlet
Get-OfficeExcelTableStyle
Lists built-in Excel table styles and compatibility recommendations.
Remarks
Lists built-in Excel table styles and compatibility recommendations.
Examples
Show table styles recommended for cross-host workbooks.
PS>
Get-OfficeExcelTableStyle -RecommendedOnly |
Sort-Object Name |
Format-Table Name, Profile
Uses OfficeIMO's table style catalog to return styles that are broadly stable across desktop, web, and spreadsheet viewers.
Common Parameters
This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
For more information, see about_CommonParameters.
Syntax
Get-OfficeExcelTableStyle [-Profile <Desktop|CrossHost>] [-RecommendedOnly] [<CommonParameters>]#Parameter set:
All Parameter SetsParameters
- Profile ExcelTableStyleCompatibilityProfile
- Compatibility profile used to evaluate table styles.
- Possible values:
Desktop,CrossHost - RecommendedOnly SwitchParameter
- Return only styles recommended for the selected profile.
Outputs
System.Object