API Reference
Class
ExcelCompatibilityCatalog
Versioned capability contracts for BIFF8 XLS and BIFF12 XLSB interoperability.
Inheritance
- Object
- ExcelCompatibilityCatalog
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public static OfficeCapabilityCatalog Xls { get; } #Gets the current machine-readable BIFF8 XLS contract.
public static OfficeCapabilityCatalog Xlsb { get; } #Gets the current machine-readable BIFF12 XLSB contract.
public static IReadOnlyList<OfficeCapabilityCatalog> All { get; } #Gets both Excel binary-format contracts in stable order.