# C1.C1Excel.FileFormat

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_C1Excel_FileFormat" data-uid="C1.C1Excel.FileFormat" class="text-break">FileFormat Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the file format to use when loading or saving workbooks.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.C1Excel.html">C1.C1Excel</a></h6>
  <h6><strong>Assembly</strong>: C1.C1Excel.4.8.dll</h6>
  <h5 id="C1_C1Excel_FileFormat_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum FileFormat</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum FileFormat</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_C1Excel_FileFormat_Biff8">Biff8</td>
        <td><p>Excel 97/2003 format (Binary Interchange File Format revision 8).</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Excel_FileFormat_Csv">Csv</td>
        <td><p>Simple Comma-separated values (CSV) format.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Excel_FileFormat_OpaqueBiff8">OpaqueBiff8</td>
        <td><p>Excel 97/2003 format (Binary Interchange File Format revision 8) without parsing opaque table.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Excel_FileFormat_OpenXml">OpenXml</td>
        <td><p>Office 2007/2013 format. (Compressed Xml format).</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Excel_FileFormat_OpenXmlMacro">OpenXmlMacro</td>
        <td><p>Office 2007/2013 format with enable VBA macro. (Compressed Xml format).</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Excel_FileFormat_OpenXmlTemplate">OpenXmlTemplate</td>
        <td><p>Office 2007/2013 template format. (Compressed Xml format).</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
