# C1.Document.Export.Ssrs.ExcelExporter

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Document_Export_Ssrs_ExcelExporter" data-uid="C1.Document.Export.Ssrs.ExcelExporter" class="text-break">ExcelExporter Class
</h1>
  <div class="markdown level0 summary"><p>Represents an object that can be used to export a SSRS report to Excel.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="C1.Document.Export.ExportFilter.html">ExportFilter</a></div>
    <div class="level2"><a class="xref" href="C1.Document.Export.Ssrs.Exporter.html">Exporter</a></div>
    <div class="level3"><span class="xref">ExcelExporter</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Document.Export.Ssrs.html">C1.Document.Export.Ssrs</a></h6>
  <h6><strong>Assembly</strong>: C1.Document.dll</h6>
  <h5 id="C1_Document_Export_Ssrs_ExcelExporter_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ExcelExporter : Exporter, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ExcelExporter
    Inherits Exporter
    Implements IDisposable</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Document_Export_Ssrs_ExcelExporter__ctor" data-uid="C1.Document.Export.Ssrs.ExcelExporter.#ctor">
          <a class="xref" href="C1.Document.Export.Ssrs.ExcelExporter.-ctor.html#C1_Document_Export_Ssrs_ExcelExporter__ctor">ExcelExporter()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Document_Export_Ssrs_ExcelExporter_ExportProvider" data-uid="C1.Document.Export.Ssrs.ExcelExporter.ExportProvider">
          <a class="xref" href="C1.Document.Export.Ssrs.ExcelExporter.ExportProvider.html#C1_Document_Export_Ssrs_ExcelExporter_ExportProvider">ExportProvider</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an instance of a class derived from <a class="xref" href="C1.Document.Export.ExportFilter.ExportProvider.html#C1_Document_Export_ExportFilter_ExportProvider">ExportProvider</a>
describing the export format associated with the current exporter.
That instance can be used to retrieve static information about the current export format
such as format description or default extension.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_Export_Ssrs_ExcelExporter_OmitDocumentMap" data-uid="C1.Document.Export.Ssrs.ExcelExporter.OmitDocumentMap">
          <a class="xref" href="C1.Document.Export.Ssrs.ExcelExporter.OmitDocumentMap.html#C1_Document_Export_Ssrs_ExcelExporter_OmitDocumentMap">OmitDocumentMap</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether to omit the document map for reports that support it.
The default value is false.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_Export_Ssrs_ExcelExporter_OmitFormulas" data-uid="C1.Document.Export.Ssrs.ExcelExporter.OmitFormulas">
          <a class="xref" href="C1.Document.Export.Ssrs.ExcelExporter.OmitFormulas.html#C1_Document_Export_Ssrs_ExcelExporter_OmitFormulas">OmitFormulas</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether to omit formulas from the rendered report.
The default value is false.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_Export_Ssrs_ExcelExporter_OpenXmlDocument" data-uid="C1.Document.Export.Ssrs.ExcelExporter.OpenXmlDocument">
          <a class="xref" href="C1.Document.Export.Ssrs.ExcelExporter.OpenXmlDocument.html#C1_Document_Export_Ssrs_ExcelExporter_OpenXmlDocument">OpenXmlDocument</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the document should be saved in Office12 Open XML format.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_Export_Ssrs_ExcelExporter_SimplePageHeaders" data-uid="C1.Document.Export.Ssrs.ExcelExporter.SimplePageHeaders">
          <a class="xref" href="C1.Document.Export.Ssrs.ExcelExporter.SimplePageHeaders.html#C1_Document_Export_Ssrs_ExcelExporter_SimplePageHeaders">SimplePageHeaders</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the page header of the report is rendered to the Excel page header.
A value of false indicates that the page header is rendered to the first row of the worksheet.
The default value is false.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Document_Export_Ssrs_ExcelExporter_CanExportRange_C1_Document_OutputRangeType_" data-uid="C1.Document.Export.Ssrs.ExcelExporter.CanExportRange(C1.Document.OutputRangeType)">
          <a class="xref" href="C1.Document.Export.Ssrs.ExcelExporter.CanExportRange.html#C1_Document_Export_Ssrs_ExcelExporter_CanExportRange_C1_Document_OutputRangeType_">CanExportRange(OutputRangeType)</a>
        </td>
        <td class="markdown level1 summary"><p>Tests whether the specified type of range can be exported by the current exporter.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_Export_Ssrs_ExcelExporter_GetDevInfo" data-uid="C1.Document.Export.Ssrs.ExcelExporter.GetDevInfo">
          <a class="xref" href="C1.Document.Export.Ssrs.ExcelExporter.GetDevInfo.html#C1_Document_Export_Ssrs_ExcelExporter_GetDevInfo">GetDevInfo()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns DeviceInfo string for SSRS.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_Export_Ssrs_ExcelExporter_GetFormat" data-uid="C1.Document.Export.Ssrs.ExcelExporter.GetFormat">
          <a class="xref" href="C1.Document.Export.Ssrs.ExcelExporter.GetFormat.html#C1_Document_Export_Ssrs_ExcelExporter_GetFormat">GetFormat()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns format identifier for SSRS.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
