SpreadsheetDocumentType Enumeration

Defines SpreadsheetDocumentType - type of SpreadsheetDocument.

Namespace:  DocumentFormat.OpenXml
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Enumeration SpreadsheetDocumentType
'Usage
Dim instance As SpreadsheetDocumentType
public enum SpreadsheetDocumentType

Members

Member name Description
Workbook Excel Workbook (*.xlsx).
Template Excel Template (*.xltx).
MacroEnabledWorkbook Excel Macro-Enabled Workbook (*.xlsm).
MacroEnabledTemplate Excel Macro-Enabled Template (*.xltm).
AddIn Excel Add-In (*.xlam).

See Also

Reference

DocumentFormat.OpenXml Namespace