API Reference

Enum

ExcelFileFormat

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

Identifies an Excel file's physical format.

Inheritance

  • Enum
  • ExcelFileFormat

Usage

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

Accepted by parameters

Values

public const ExcelFileFormat Xlsx #

Office Open XML Excel workbook.

Value: 0
public const ExcelFileFormat Xls #

Excel 97-2003 BIFF8 workbook.

Value: 1