# C1.Web.Mvc.Sheet.FlexSheetHelper

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Sheet_FlexSheetHelper" data-uid="C1.Web.Mvc.Sheet.FlexSheetHelper" class="text-break">FlexSheetHelper Class
</h1>
  <div class="markdown level0 summary"><p>Supports the load processing of the request from the client-side FlexSheet.</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"><span class="xref">FlexSheetHelper</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.Sheet.html">C1.Web.Mvc.Sheet</a></h6>
  <h6><strong>Assembly</strong>: C1.Web.Mvc.FlexSheet.dll</h6>
  <h5 id="C1_Web_Mvc_Sheet_FlexSheetHelper_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public static class FlexSheetHelper</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Module FlexSheetHelper</code></pre>
  </div>
  <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_Web_Mvc_Sheet_FlexSheetHelper_Load_C1_Web_Mvc_Sheet_Workbook_" data-uid="C1.Web.Mvc.Sheet.FlexSheetHelper.Load(C1.Web.Mvc.Sheet.Workbook)">
          <a class="xref" href="C1.Web.Mvc.Sheet.FlexSheetHelper.Load.html#C1_Web_Mvc_Sheet_FlexSheetHelper_Load_C1_Web_Mvc_Sheet_Workbook_">Load(Workbook)</a>
        </td>
        <td class="markdown level1 summary"><p>Load data from the Workbook instance.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Sheet_FlexSheetHelper_Load_System_IO_Stream_" data-uid="C1.Web.Mvc.Sheet.FlexSheetHelper.Load(System.IO.Stream)">
          <a class="xref" href="C1.Web.Mvc.Sheet.FlexSheetHelper.Load.html#C1_Web_Mvc_Sheet_FlexSheetHelper_Load_System_IO_Stream_">Load(Stream)</a>
        </td>
        <td class="markdown level1 summary"><p>Load data from the FileStream instance.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Sheet_FlexSheetHelper_Load_System_String_" data-uid="C1.Web.Mvc.Sheet.FlexSheetHelper.Load(System.String)">
          <a class="xref" href="C1.Web.Mvc.Sheet.FlexSheetHelper.Load.html#C1_Web_Mvc_Sheet_FlexSheetHelper_Load_System_String_">Load(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Load data from the xlsx file.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Sheet_FlexSheetHelper_Save_System_Boolean_System_String_" data-uid="C1.Web.Mvc.Sheet.FlexSheetHelper.Save(System.Boolean,System.String)">
          <a class="xref" href="C1.Web.Mvc.Sheet.FlexSheetHelper.Save.html#C1_Web_Mvc_Sheet_FlexSheetHelper_Save_System_Boolean_System_String_">Save(bool, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the FlexSheetSaveResponse instance with save result.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
