C1.WPF.Excel Namespace : FileFormat Enumeration |
'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.WPF.Excel.FileFormat
Target Platforms: 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