Version

WorkbookFormat Enumeration

Represents the various file formats in which a workbook can be saved.
Syntax
'Declaration
 
Public Enum WorkbookFormat 
   Inherits System.Enum
public enum WorkbookFormat : System.Enum 
Members
MemberDescription
Excel2007The Excel 2007 XML file format.
Excel2007MacroEnabledThe Excel 2007 Macro-Enabled XML file format.
Excel2007MacroEnabledTemplateThe Excel 2007 Macro-Enabled Template XML file format.
Excel2007TemplateThe Excel 2007 Template XML file format.
Excel97To2003The Excel 97-2003 BIFF8 file format.
Excel97To2003TemplateThe Excel 97-2003 Template BIFF8 file format.
StrictOpenXmlThe Strict Open XML file format (ISO/IEC 29500 Strict).
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also