# GrapeCity.Spreadsheet.IO.OpenXml.ExportOptions

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Spreadsheet_IO_OpenXml_ExportOptions" data-uid="GrapeCity.Spreadsheet.IO.OpenXml.ExportOptions" class="text-break">ExportOptions Enum
</h1>
  <div class="markdown level0 summary"><p>Represents options for exporting.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.IO.OpenXml.html">GrapeCity.Spreadsheet.IO.OpenXml</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_IO_OpenXml_ExportOptions_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum ExportOptions</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Flags&gt;
Public Enum ExportOptions</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_OpenXml_ExportOptions_ColumnHeader">ColumnHeader</td>
        <td><p>Indicates that the column header will be exported as top rows of the worksheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IO_OpenXml_ExportOptions_DataOnly">DataOnly</td>
        <td><p>Indicates that only cell values are exported.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IO_OpenXml_ExportOptions_Default">Default</td>
        <td><p>The default export options</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IO_OpenXml_ExportOptions_Exchangeable">Exchangeable</td>
        <td><p>Spread data will be saved as extension of OpenXML file format.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IO_OpenXml_ExportOptions_ExternalReference">ExternalReference</td>
        <td><p>Indicates that the saved file will be used for external references to the workbook.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IO_OpenXml_ExportOptions_IncludeAutoMergedCells">IncludeAutoMergedCells</td>
        <td><p>Indicates that the automatically merged cells will be exported.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IO_OpenXml_ExportOptions_NoFormulas">NoFormulas</td>
        <td><p>Indicates that cell formulas aren't exported.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IO_OpenXml_ExportOptions_None">None</td>
        <td><p>No option is available.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IO_OpenXml_ExportOptions_PreferTextOnExport">PreferTextOnExport</td>
        <td><p>The cell text will be exported if there is an explicit cell type.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IO_OpenXml_ExportOptions_RowHeader">RowHeader</td>
        <td><p>Indicates that the row header will be exported as left columns of the worksheet.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
