# GrapeCity.Documents.Excel.SjsSaveOptions

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_SjsSaveOptions" data-uid="GrapeCity.Documents.Excel.SjsSaveOptions" class="text-break">SjsSaveOptions Class
</h1>
  <div class="markdown level0 summary"><p>Option class for saving SpreadJS .sjs file.</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.Documents.Excel.SaveOptionsBase.html">SaveOptionsBase</a></div>
    <div class="level2"><span class="xref">SjsSaveOptions</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Excel.html">GrapeCity.Documents.Excel</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Excel.dll</h6>
  <h5 id="GrapeCity_Documents_Excel_SjsSaveOptions_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class SjsSaveOptions : SaveOptionsBase</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class SjsSaveOptions
    Inherits SaveOptionsBase</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_Documents_Excel_SjsSaveOptions__ctor" data-uid="GrapeCity.Documents.Excel.SjsSaveOptions.#ctor">
          <a class="xref" href="GrapeCity.Documents.Excel.SjsSaveOptions.-ctor.html#GrapeCity_Documents_Excel_SjsSaveOptions__ctor">SjsSaveOptions()</a>
        </td>
        <td class="markdown level1 summary"><p>Constructor.</p>
</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_Documents_Excel_SjsSaveOptions_IgnoreRangeOutOfRowColumnCount" data-uid="GrapeCity.Documents.Excel.SjsSaveOptions.IgnoreRangeOutOfRowColumnCount">
          <a class="xref" href="GrapeCity.Documents.Excel.SjsSaveOptions.IgnoreRangeOutOfRowColumnCount.html#GrapeCity_Documents_Excel_SjsSaveOptions_IgnoreRangeOutOfRowColumnCount">IgnoreRangeOutOfRowColumnCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to ignore data out of the RowCount and ColumnCount when exporting to sjs. Default value is false.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_SjsSaveOptions_IncludeAutoMergedCells" data-uid="GrapeCity.Documents.Excel.SjsSaveOptions.IncludeAutoMergedCells">
          <a class="xref" href="GrapeCity.Documents.Excel.SjsSaveOptions.IncludeAutoMergedCells.html#GrapeCity_Documents_Excel_SjsSaveOptions_IncludeAutoMergedCells">IncludeAutoMergedCells</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether to include the automatically merged cells. The default value is false.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_SjsSaveOptions_IncludeBindingSource" data-uid="GrapeCity.Documents.Excel.SjsSaveOptions.IncludeBindingSource">
          <a class="xref" href="GrapeCity.Documents.Excel.SjsSaveOptions.IncludeBindingSource.html#GrapeCity_Documents_Excel_SjsSaveOptions_IncludeBindingSource">IncludeBindingSource</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to include the binding source when saving the file. Default value is true.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_SjsSaveOptions_IncludeEmptyRegionCells" data-uid="GrapeCity.Documents.Excel.SjsSaveOptions.IncludeEmptyRegionCells">
          <a class="xref" href="GrapeCity.Documents.Excel.SjsSaveOptions.IncludeEmptyRegionCells.html#GrapeCity_Documents_Excel_SjsSaveOptions_IncludeEmptyRegionCells">IncludeEmptyRegionCells</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether any empty cells outside the used data range can be included when saving the file. By default, the value is true.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_SjsSaveOptions_IncludeFormulas" data-uid="GrapeCity.Documents.Excel.SjsSaveOptions.IncludeFormulas">
          <a class="xref" href="GrapeCity.Documents.Excel.SjsSaveOptions.IncludeFormulas.html#GrapeCity_Documents_Excel_SjsSaveOptions_IncludeFormulas">IncludeFormulas</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the formula can be included when saving the file. By default, the value is true.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_SjsSaveOptions_IncludeStyles" data-uid="GrapeCity.Documents.Excel.SjsSaveOptions.IncludeStyles">
          <a class="xref" href="GrapeCity.Documents.Excel.SjsSaveOptions.IncludeStyles.html#GrapeCity_Documents_Excel_SjsSaveOptions_IncludeStyles">IncludeStyles</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the style can be included when saving files. By default, the value is true.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_SjsSaveOptions_IncludeUnusedNames" data-uid="GrapeCity.Documents.Excel.SjsSaveOptions.IncludeUnusedNames">
          <a class="xref" href="GrapeCity.Documents.Excel.SjsSaveOptions.IncludeUnusedNames.html#GrapeCity_Documents_Excel_SjsSaveOptions_IncludeUnusedNames">IncludeUnusedNames</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the unused custom name can be included when saving the file. By default, the value is true.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
