API Reference
Class
ExcelFormatCatalog
Machine-readable catalog of Excel formats supported or classified by OfficeIMO.
Inheritance
- Object
- ExcelFormatCatalog
Methods
public static OfficeFormatDescriptor GetByExtension(String pathOrExtension) #Returns:
OfficeFormatDescriptorGets the descriptor for a file extension.
Parameters
- pathOrExtension System.String
public static Boolean TryGetByExtension(String pathOrExtension, out OfficeFormatDescriptor format) #Returns:
BooleanTries to resolve a file path or extension to an Excel format descriptor.
Parameters
- pathOrExtension System.String
- format OfficeIMO.Drawing.OfficeFormatDescriptor@
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public static IReadOnlyList<OfficeFormatDescriptor> All { get; } #Gets every Excel format in the compatibility matrix.