# GrapeCity.ActiveReports.Web.XlsxExportSettings

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_ActiveReports_Web_XlsxExportSettings" data-uid="GrapeCity.ActiveReports.Web.XlsxExportSettings" class="text-break">XlsxExportSettings Class
</h1>
  <div class="markdown level0 summary"><p>Represents the settings for exporting data to a XLSX 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="GrapeCity.ActiveReports.Web.BaseExportSettings.html">BaseExportSettings</a></div>
    <div class="level2"><a class="xref" href="GrapeCity.ActiveReports.Web.BaseXlsExportSettings.html">BaseXlsExportSettings</a></div>
    <div class="level3"><a class="xref" href="GrapeCity.ActiveReports.Web.BaseXlsFullExportSettings.html">BaseXlsFullExportSettings</a></div>
    <div class="level4"><span class="xref">XlsxExportSettings</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Web.html">GrapeCity.ActiveReports.Web</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Web.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Web_XlsxExportSettings_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class XlsxExportSettings : BaseXlsFullExportSettings</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="GrapeCity_ActiveReports_Web_XlsxExportSettings__ctor" data-uid="GrapeCity.ActiveReports.Web.XlsxExportSettings.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Web.XlsxExportSettings.-ctor.html#GrapeCity_ActiveReports_Web_XlsxExportSettings__ctor">XlsxExportSettings()</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="GrapeCity_ActiveReports_Web_XlsxExportSettings_Author" data-uid="GrapeCity.ActiveReports.Web.XlsxExportSettings.Author">
          <a class="xref" href="GrapeCity.ActiveReports.Web.XlsxExportSettings.Author.html#GrapeCity_ActiveReports_Web_XlsxExportSettings_Author">Author</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the author that appears in the Author field of the Properties dialog in the XLSX file.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Web_XlsxExportSettings_Categories" data-uid="GrapeCity.ActiveReports.Web.XlsxExportSettings.Categories">
          <a class="xref" href="GrapeCity.ActiveReports.Web.XlsxExportSettings.Categories.html#GrapeCity_ActiveReports_Web_XlsxExportSettings_Categories">Categories</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the categories for a document that appear in the Categories field of the Properties dialog in the XLSX file.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Web_XlsxExportSettings_OpenXmlStandard" data-uid="GrapeCity.ActiveReports.Web.XlsxExportSettings.OpenXmlStandard">
          <a class="xref" href="GrapeCity.ActiveReports.Web.XlsxExportSettings.OpenXmlStandard.html#GrapeCity_ActiveReports_Web_XlsxExportSettings_OpenXmlStandard">OpenXmlStandard</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the OpenXmlStandard of the output XLSX file.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Web_XlsxExportSettings_OutputFormat" data-uid="GrapeCity.ActiveReports.Web.XlsxExportSettings.OutputFormat">
          <a class="xref" href="GrapeCity.ActiveReports.Web.XlsxExportSettings.OutputFormat.html#GrapeCity_ActiveReports_Web_XlsxExportSettings_OutputFormat">OutputFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the output format for the XLSX file.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Web_XlsxExportSettings_Title" data-uid="GrapeCity.ActiveReports.Web.XlsxExportSettings.Title">
          <a class="xref" href="GrapeCity.ActiveReports.Web.XlsxExportSettings.Title.html#GrapeCity_ActiveReports_Web_XlsxExportSettings_Title">Title</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the title for a document that appears in the Title field of the Properties dialog in the XLSX file.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Web_XlsxExportSettings_UseCompression" data-uid="GrapeCity.ActiveReports.Web.XlsxExportSettings.UseCompression">
          <a class="xref" href="GrapeCity.ActiveReports.Web.XlsxExportSettings.UseCompression.html#GrapeCity_ActiveReports_Web_XlsxExportSettings_UseCompression">UseCompression</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether compression is used.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
