API Reference

Enum

XlsbImportDiagnosticSeverity

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

Identifies the severity of an XLSB import finding.

Inheritance

  • Enum
  • XlsbImportDiagnosticSeverity

Usage

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

Values

public const XlsbImportDiagnosticSeverity Information #

Informational import or preservation finding.

Value: 0
public const XlsbImportDiagnosticSeverity Warning #

Content was preserved but was not fully projected.

Value: 1
public const XlsbImportDiagnosticSeverity Error #

The workbook could not be imported safely.

Value: 2