API Reference

Cmdlet

Get-OfficeExcelRuntimePreflight

Aliases: ExcelRuntimePreflight
Namespace PSWriteOffice
Aliases
ExcelRuntimePreflight
Inputs
None
Outputs
System.Object

Inspects the current process for runtime settings that affect Excel workflows.

Remarks

Inspects the current process for runtime settings that affect Excel workflows.

Examples

Authored help example

Check runtime culture/globalization readiness before importing spreadsheets.

PS>


$report = Get-OfficeExcelRuntimePreflight
            if (-not $report.IsClean) { $report.Warnings | Write-Warning }
        

Returns framework, operating system, culture, and globalization-invariant mode diagnostics from OfficeIMO.

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-OfficeExcelRuntimePreflight [<CommonParameters>]
#
Parameter set: All Parameter Sets

Outputs

System.Object