API Reference

Enum

ExcelDocumentType

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

Excel package type used when creating a workbook without a destination extension.

Inheritance

  • Enum
  • ExcelDocumentType

Usage

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

Values

public const ExcelDocumentType Workbook #

Standard XLSX workbook.

Value: 0
public const ExcelDocumentType Template #

XLTX workbook template.

Value: 1
public const ExcelDocumentType MacroEnabledWorkbook #

Macro-enabled XLSM workbook.

Value: 2
public const ExcelDocumentType MacroEnabledTemplate #

Macro-enabled XLTM workbook template.

Value: 3
public const ExcelDocumentType AddIn #

XLAM add-in workbook.

Value: 4