Version

WorkbookFormat Enumeration

Represents the various file formats in which a workbook can be saved.
Syntax
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: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also