[]
        
(Showing Draft Content)

C1.Excel.FileFormat

FileFormat Enum

Specifies the file format to use when loading or saving workbooks.

Namespace: C1.Excel
Assembly: C1.Excel.dll
Syntax
public enum FileFormat

Fields

Name 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).