# C1.Document.Export.Ssrs.XlsxExportProvider

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Document_Export_Ssrs_XlsxExportProvider" data-uid="C1.Document.Export.Ssrs.XlsxExportProvider" class="text-break">XlsxExportProvider Class
</h1>
  <div class="markdown level0 summary"><p>Describes export to XLSX (Open XML) format.</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.ExportProvider.html">ExportProvider</a></div>
    <div class="level2"><span class="xref">XlsxExportProvider</span></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_XlsxExportProvider_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class XlsxExportProvider : ExportProvider</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class XlsxExportProvider
    Inherits ExportProvider</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_XlsxExportProvider__ctor" data-uid="C1.Document.Export.Ssrs.XlsxExportProvider.#ctor">
          <a class="xref" href="C1.Document.Export.Ssrs.XlsxExportProvider.-ctor.html#C1_Document_Export_Ssrs_XlsxExportProvider__ctor">XlsxExportProvider()</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_XlsxExportProvider_DefaultExtension" data-uid="C1.Document.Export.Ssrs.XlsxExportProvider.DefaultExtension">
          <a class="xref" href="C1.Document.Export.Ssrs.XlsxExportProvider.DefaultExtension.html#C1_Document_Export_Ssrs_XlsxExportProvider_DefaultExtension">DefaultExtension</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the default filename extension for the current export format.
This implementation returns &quot;xlsx&quot;.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_Export_Ssrs_XlsxExportProvider_FormatName" data-uid="C1.Document.Export.Ssrs.XlsxExportProvider.FormatName">
          <a class="xref" href="C1.Document.Export.Ssrs.XlsxExportProvider.FormatName.html#C1_Document_Export_Ssrs_XlsxExportProvider_FormatName">FormatName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a short description of the Excel export format.</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_XlsxExportProvider_NewExporter" data-uid="C1.Document.Export.Ssrs.XlsxExportProvider.NewExporter">
          <a class="xref" href="C1.Document.Export.Ssrs.XlsxExportProvider.NewExporter.html#C1_Document_Export_Ssrs_XlsxExportProvider_NewExporter">NewExporter()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of the <a class="xref" href="C1.Document.Export.Ssrs.ExcelExporter.html">ExcelExporter</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="seealso">See Also</h3>
  <div class="seealso">
      <div><a class="xref" href="C1.Document.Export.Ssrs.ExcelExporter.html">ExcelExporter</a></div>
  </div>

</div>
