API Reference

Enum

ExcelConversionDiagnosticCategory

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

Identifies the purpose of a conversion diagnostic.

Inheritance

  • Enum
  • ExcelConversionDiagnosticCategory

Usage

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

Values

public const ExcelConversionDiagnosticCategory SourceFormat #

Source format detection or extension findings.

Value: 0
public const ExcelConversionDiagnosticCategory DataLoss #

Content that cannot survive conversion.

Value: 1
public const ExcelConversionDiagnosticCategory DestinationFormat #

Destination format or writer findings.

Value: 2