Excel for WPF and Silverlight
FileFormat Enumeration

C1.WPF.Excel Namespace : FileFormat Enumeration
Specifies the file format to use when loading or saving workbooks.
Syntax
'Declaration
 
Public Enum FileFormat 
   Inherits System.Enum
public enum FileFormat : System.Enum 
Members
MemberDescription
Biff8Excel 97/2003 format (Binary Interchange File Format revision 8).
CsvSimple Comma-separated values (CSV) format.
OpaqueBiff8Excel 97/2003 format (Binary Interchange File Format revision 8) without parsing opaque table.
OpenXmlOffice 2007/2013 format. (Compressed Xml format).
OpenXmlMacroOffice 2007/2013 format with enable VBA macro. (Compressed Xml format).
OpenXmlTemplateOffice 2007/2013 template format. (Compressed Xml format).
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.WPF.Excel.FileFormat

See Also

Reference

C1.WPF.Excel Namespace