API Reference

Class

ExcelFormatCapabilityEntry

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Modifiers sealed

One feature row in the XLSX, XLS, and XLSB capability matrix.

Inheritance

  • Object
  • ExcelFormatCapabilityEntry

Usage

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

Methods

public ExcelFormatCapabilityStatus GetStatus(ExcelFileFormat format) #
Returns: ExcelFormatCapabilityStatus

Returns the status for a physical Excel format.

Parameters

format OfficeIMO.Excel.ExcelFileFormat requiredposition: 0

Properties

public String Feature { get; } #

Feature name.

public ExcelFormatCapabilityStatus Xlsx { get; } #

XLSX support status.

public ExcelFormatCapabilityStatus Xls { get; } #

BIFF8 XLS support status.

public ExcelFormatCapabilityStatus Xlsb { get; } #

BIFF12 XLSB support status.

public String Notes { get; } #

Important scope or fallback details.