API Reference

Enum

LegacyXlsDiagnosticSeverity

Namespace OfficeIMO.Excel.LegacyXls.Diagnostics
Assembly OfficeIMO.Excel
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Severity for diagnostics produced while importing legacy XLS workbooks.

Inheritance

  • Enum
  • LegacyXlsDiagnosticSeverity

Usage

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

Accepted by parameters

Values

public const LegacyXlsDiagnosticSeverity Info #

Informational note about a feature or record that did not block import.

Value: 0
public const LegacyXlsDiagnosticSeverity Warning #

Recoverable issue that may affect fidelity but still allows import to continue.

Value: 1
public const LegacyXlsDiagnosticSeverity Error #

Non-recoverable issue that prevents the requested legacy workbook content from being imported.

Value: 2