# GrapeCity.Spreadsheet.IO.FileFormat

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Spreadsheet_IO_FileFormat" data-uid="GrapeCity.Spreadsheet.IO.FileFormat" class="text-break">FileFormat Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the file format when saving the workbook.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.IO.html">GrapeCity.Spreadsheet.IO</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_IO_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="GrapeCity_Spreadsheet_IO_FileFormat_CSV">CSV</td>
        <td><p>Comma Separated Values (*.csv)</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IO_FileFormat_Html">Html</td>
        <td><p>HTML format (*.htm; *.html)</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IO_FileFormat_OpenXMLWorkbook">OpenXMLWorkbook</td>
        <td><p>Open XML Workbook (*.xlsx)</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IO_FileFormat_OpenXMLWorkbookMacroEnabled">OpenXMLWorkbookMacroEnabled</td>
        <td><p>Open XML Workbook Macro Enabled (*.xlsm)</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IO_FileFormat_PDF">PDF</td>
        <td><p>PDF document (*.pdf)</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
