WorkbookType

WorkbookType enumeration

Specifies the type of Open XML workbook file.

public enum WorkbookType

Values

NameValueDescription
NotDefined-1The workbook type is not defined.
Workbook0Excel workbook (*.xlsx).
WorkbookMacro1Excel macro-enabled workbook (*.xlsm).
Template2Excel template (*.xltx).
TemplateMacro3Excel macro-enabled template (*.xltm).
WorkbookBinaryMacro4Excel binary macro-enabled workbook (*.xlsb).

See Also