WorkbookType enumeration

WorkbookType enumeration

Specifies the type of Open XML workbook file.

The WorkbookType type exposes the following members:

Fields

FieldDescription
NOT_DEFINEDThe workbook type is not defined.
WORKBOOKExcel workbook (*.xlsx).
WORKBOOK_MACROExcel macro-enabled workbook (*.xlsm).
TEMPLATEExcel template (*.xltx).
TEMPLATE_MACROExcel macro-enabled template (*.xltm).
WORKBOOK_BINARY_MACROExcel binary macro-enabled workbook (*.xlsb).

See Also