API Reference

Class

ExcelFormatCatalog

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Modifiers static

Machine-readable catalog of Excel formats supported or classified by OfficeIMO.

Inheritance

  • Object
  • ExcelFormatCatalog

Methods

public static OfficeFormatDescriptor GetByExtension(String pathOrExtension) #
Returns: OfficeFormatDescriptor

Gets the descriptor for a file extension.

Parameters

pathOrExtension System.String requiredposition: 0
public static Boolean TryGetByExtension(String pathOrExtension, out OfficeFormatDescriptor format) #
Returns: Boolean

Tries to resolve a file path or extension to an Excel format descriptor.

Parameters

pathOrExtension System.String requiredposition: 0
format OfficeIMO.Drawing.OfficeFormatDescriptor@ requiredposition: 1

Properties

public static IReadOnlyList<OfficeFormatDescriptor> All { get; } #

Gets every Excel format in the compatibility matrix.