'Declaration Public Enum FileFormat Inherits System.Enum
public enum FileFormat : System.Enum
'Declaration Public Enum FileFormat Inherits System.Enum
public enum FileFormat : System.Enum
Member | Description |
---|---|
Biff8 | Excel 97/2003 format (Binary Interchange File Format revision 8). |
Csv | Simple Comma-separated values (CSV) format. |
OpaqueBiff8 | Excel 97/2003 format (Binary Interchange File Format revision 8) without parsing opaque table. |
OpenXml | Office 2007/2013 format. (Compressed Xml format). |
OpenXmlMacro | Office 2007/2013 format with enable VBA macro. (Compressed Xml format). |
OpenXmlTemplate | Office 2007/2013 template format. (Compressed Xml format). |
System.Object
System.ValueType
System.Enum
C1.Excel.FileFormat