# C1.Web.Mvc.Sheet.FlexSheetHelper.Load

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Web_Mvc_Sheet_FlexSheetHelper_Load_" data-uid="C1.Web.Mvc.Sheet.FlexSheetHelper.Load*">Load Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Web_Mvc_Sheet_FlexSheetHelper_Load_" data-uid="C1.Web.Mvc.Sheet.FlexSheetHelper.Load*"></a>
<h4 id="C1_Web_Mvc_Sheet_FlexSheetHelper_Load_System_IO_Stream_" data-uid="C1.Web.Mvc.Sheet.FlexSheetHelper.Load(System.IO.Stream)">Load(Stream)</h4>
<div class="markdown level1 summary"><p>Load data from the FileStream instance.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static FlexSheetLoadResponse Load(Stream fileStream)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Function Load(fileStream As Stream) As FlexSheetLoadResponse</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.io.stream">Stream</a></td>
      <td><span class="parametername">fileStream</span></td>
      <td><p>the FileStream instance</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.Web.Mvc.Sheet.FlexSheetLoadResponse.html">FlexSheetLoadResponse</a></td>
      <td><p>The response data</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_Web_Mvc_Sheet_FlexSheetHelper_Load_" data-uid="C1.Web.Mvc.Sheet.FlexSheetHelper.Load*"></a>
<h4 id="C1_Web_Mvc_Sheet_FlexSheetHelper_Load_System_String_" data-uid="C1.Web.Mvc.Sheet.FlexSheetHelper.Load(System.String)">Load(string)</h4>
<div class="markdown level1 summary"><p>Load data from the xlsx file.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static FlexSheetLoadResponse Load(string filePath)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Function Load(filePath As String) As FlexSheetLoadResponse</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">filePath</span></td>
      <td><p>The path of xlsx file</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.Web.Mvc.Sheet.FlexSheetLoadResponse.html">FlexSheetLoadResponse</a></td>
      <td><p>The response data</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_Web_Mvc_Sheet_FlexSheetHelper_Load_" data-uid="C1.Web.Mvc.Sheet.FlexSheetHelper.Load*"></a>
<h4 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)">Load(Workbook)</h4>
<div class="markdown level1 summary"><p>Load data from the Workbook instance.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static FlexSheetLoadResponse Load(Workbook workbook)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Function Load(workbook As Workbook) As FlexSheetLoadResponse</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.Web.Mvc.Sheet.Workbook.html">Workbook</a></td>
      <td><span class="parametername">workbook</span></td>
      <td><p>The Workbook instance</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.Web.Mvc.Sheet.FlexSheetLoadResponse.html">FlexSheetLoadResponse</a></td>
      <td><p>The response data</p>
</td>
    </tr>
  </tbody>
</table>
</div>
