API Reference

Class

ExcelRuntimePreflightReport

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Modifiers sealed

Runtime diagnostics that can affect Excel import/export behavior.

Inheritance

  • Object
  • ExcelRuntimePreflightReport

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Properties

public String FrameworkDescription { get; } #

Gets the .NET framework description.

public String OSDescription { get; } #

Gets the operating system description.

public String CurrentCultureName { get; } #

Gets the current culture name.

public String CurrentUICultureName { get; } #

Gets the current UI culture name.

public Boolean GlobalizationInvariantMode { get; } #

Gets a value indicating whether globalization-invariant mode appears to be enabled.

public IReadOnlyList<String> Warnings { get; } #

Gets runtime warnings relevant to Excel workflows.

public Boolean IsClean { get; } #

Gets a value indicating whether no runtime warnings were found.