C1.Excel Assembly / C1.Excel Namespace / FileFormat Enumeration

FileFormat Enumeration
Specifies the file format to use when loading or saving workbooks.
Syntax
'Declaration
 
Public Enum FileFormat 
   Inherits 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.Excel.FileFormat

See Also