SpreadsheetDocumentType Enumeration

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Describes the type of spreadsheet document.

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