API Reference

Enum

ExcelFormatCapabilityStatus

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

Describes how a workbook feature is handled for a physical Excel format.

Inheritance

  • Enum
  • ExcelFormatCapabilityStatus

Usage

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

Values

public const ExcelFormatCapabilityStatus Native #

The feature can be authored in the target format.

Value: 0
public const ExcelFormatCapabilityStatus NativeSubset #

A useful native subset can be authored in the target format.

Value: 1
public const ExcelFormatCapabilityStatus CompatibleRecipe #

The outcome is authored with compatible, broadly supported chart or workbook primitives.

Value: 2
public const ExcelFormatCapabilityStatus MetadataOnly #

OfficeIMO-owned metadata can be authored and inspected, but the target application's native object is not created.

Value: 3
public const ExcelFormatCapabilityStatus PreserveOnly #

Existing content is preserved or reported, but new native authoring is not available.

Value: 4
public const ExcelFormatCapabilityStatus Unsupported #

The feature cannot be represented or safely written by the current target writer.

Value: 5