# FarPoint.Web.Spread.Model.SpreadSerializer.LoadTextFile

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Web_Spread_Model_SpreadSerializer_LoadTextFile_" data-uid="FarPoint.Web.Spread.Model.SpreadSerializer.LoadTextFile*">LoadTextFile Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Web_Spread_Model_SpreadSerializer_LoadTextFile_" data-uid="FarPoint.Web.Spread.Model.SpreadSerializer.LoadTextFile*"></a>
<h4 id="FarPoint_Web_Spread_Model_SpreadSerializer_LoadTextFile_FarPoint_Web_Spread_SheetView_System_String_System_Boolean_FarPoint_Web_Spread_Model_IncludeHeaders_System_String_System_String_System_String_" data-uid="FarPoint.Web.Spread.Model.SpreadSerializer.LoadTextFile(FarPoint.Web.Spread.SheetView,System.String,System.Boolean,FarPoint.Web.Spread.Model.IncludeHeaders,System.String,System.String,System.String)">LoadTextFile(SheetView, string, bool, IncludeHeaders, string, string, string)</h4>
<div class="markdown level1 summary"><p>Loads the text file with the specified formatting.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static void LoadTextFile(SheetView sheetView, string fileName, bool unformatted, IncludeHeaders includeHeaders, string rowDelimiter, string columnDelimiter, string cellDelimiter)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Sub LoadTextFile(sheetView As SheetView, fileName As String, unformatted As Boolean, includeHeaders As IncludeHeaders, rowDelimiter As String, columnDelimiter As String, cellDelimiter As String)</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="FarPoint.Web.Spread.SheetView.html">SheetView</a></td>
      <td><span class="parametername">sheetView</span></td>
      <td><p>Sheet into which to load the text data</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">fileName</span></td>
      <td><p>Path and name of file from which to load text</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">unformatted</span></td>
      <td><p>Whether to bypass formatting</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Web.Spread.Model.IncludeHeaders.html">IncludeHeaders</a></td>
      <td><span class="parametername">includeHeaders</span></td>
      <td><p>Whether headers are handled as data</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">rowDelimiter</span></td>
      <td><p>Row delimiter string</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">columnDelimiter</span></td>
      <td><p>Column delimiter string</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">cellDelimiter</span></td>
      <td><p>Cell delimiter string</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Web_Spread_Model_SpreadSerializer_LoadTextFile_" data-uid="FarPoint.Web.Spread.Model.SpreadSerializer.LoadTextFile*"></a>
<h4 id="FarPoint_Web_Spread_Model_SpreadSerializer_LoadTextFile_FarPoint_Web_Spread_SheetView_System_String_System_Boolean_FarPoint_Web_Spread_Model_IncludeHeaders_System_Boolean_System_String_System_String_System_String_" data-uid="FarPoint.Web.Spread.Model.SpreadSerializer.LoadTextFile(FarPoint.Web.Spread.SheetView,System.String,System.Boolean,FarPoint.Web.Spread.Model.IncludeHeaders,System.Boolean,System.String,System.String,System.String)">LoadTextFile(SheetView, string, bool, IncludeHeaders, bool, string, string, string)</h4>
<div class="markdown level1 summary"><p>Loads the text file with the specified formatting.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static void LoadTextFile(SheetView sheetView, string fileName, bool unformatted, IncludeHeaders includeHeaders, bool includeFooter, string rowDelimiter, string columnDelimiter, string cellDelimiter)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Sub LoadTextFile(sheetView As SheetView, fileName As String, unformatted As Boolean, includeHeaders As IncludeHeaders, includeFooter As Boolean, rowDelimiter As String, columnDelimiter As String, cellDelimiter As String)</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="FarPoint.Web.Spread.SheetView.html">SheetView</a></td>
      <td><span class="parametername">sheetView</span></td>
      <td><p>Sheet into which to load the text data</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">fileName</span></td>
      <td><p>Path and name of file from which to load text</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">unformatted</span></td>
      <td><p>Whether to bypass formatting</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Web.Spread.Model.IncludeHeaders.html">IncludeHeaders</a></td>
      <td><span class="parametername">includeHeaders</span></td>
      <td><p>Whether headers are handled as data</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">includeFooter</span></td>
      <td><p>Whether the footer is handled as data</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">rowDelimiter</span></td>
      <td><p>Row delimiter string</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">columnDelimiter</span></td>
      <td><p>Column delimiter string</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">cellDelimiter</span></td>
      <td><p>Cell delimiter string</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Web_Spread_Model_SpreadSerializer_LoadTextFile_" data-uid="FarPoint.Web.Spread.Model.SpreadSerializer.LoadTextFile*"></a>
<h4 id="FarPoint_Web_Spread_Model_SpreadSerializer_LoadTextFile_FarPoint_Web_Spread_SheetView_System_String_System_Boolean_FarPoint_Web_Spread_Model_IncludeHeaders_System_String_System_String_System_String_System_Text_Encoding_" data-uid="FarPoint.Web.Spread.Model.SpreadSerializer.LoadTextFile(FarPoint.Web.Spread.SheetView,System.String,System.Boolean,FarPoint.Web.Spread.Model.IncludeHeaders,System.String,System.String,System.String,System.Text.Encoding)">LoadTextFile(SheetView, string, bool, IncludeHeaders, string, string, string, Encoding)</h4>
<div class="markdown level1 summary"><p>Loads the text file with the specified formatting.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static void LoadTextFile(SheetView sheetView, string fileName, bool unformatted, IncludeHeaders includeHeaders, string rowDelimiter, string columnDelimiter, string cellDelimiter, Encoding encoding)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Sub LoadTextFile(sheetView As SheetView, fileName As String, unformatted As Boolean, includeHeaders As IncludeHeaders, rowDelimiter As String, columnDelimiter As String, cellDelimiter As String, encoding As Encoding)</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="FarPoint.Web.Spread.SheetView.html">SheetView</a></td>
      <td><span class="parametername">sheetView</span></td>
      <td><p>Sheet into which to load the text data</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">fileName</span></td>
      <td><p>Path and name of file from which to load text</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">unformatted</span></td>
      <td><p>Whether to bypass formatting</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Web.Spread.Model.IncludeHeaders.html">IncludeHeaders</a></td>
      <td><span class="parametername">includeHeaders</span></td>
      <td><p>Whether headers are handled as data</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">rowDelimiter</span></td>
      <td><p>Row delimiter string</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">columnDelimiter</span></td>
      <td><p>Column delimiter string</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">cellDelimiter</span></td>
      <td><p>Cell delimiter string</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.text.encoding">Encoding</a></td>
      <td><span class="parametername">encoding</span></td>
      <td><p>Encoding</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Web_Spread_Model_SpreadSerializer_LoadTextFile_" data-uid="FarPoint.Web.Spread.Model.SpreadSerializer.LoadTextFile*"></a>
<h4 id="FarPoint_Web_Spread_Model_SpreadSerializer_LoadTextFile_FarPoint_Web_Spread_SheetView_System_String_System_Boolean_FarPoint_Web_Spread_Model_IncludeHeaders_System_Boolean_System_String_System_String_System_String_System_Text_Encoding_" data-uid="FarPoint.Web.Spread.Model.SpreadSerializer.LoadTextFile(FarPoint.Web.Spread.SheetView,System.String,System.Boolean,FarPoint.Web.Spread.Model.IncludeHeaders,System.Boolean,System.String,System.String,System.String,System.Text.Encoding)">LoadTextFile(SheetView, string, bool, IncludeHeaders, bool, string, string, string, Encoding)</h4>
<div class="markdown level1 summary"><p>Loads the text file with the specified formatting.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static void LoadTextFile(SheetView sheetView, string fileName, bool unformatted, IncludeHeaders includeHeaders, bool includeFooter, string rowDelimiter, string columnDelimiter, string cellDelimiter, Encoding encoding)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Sub LoadTextFile(sheetView As SheetView, fileName As String, unformatted As Boolean, includeHeaders As IncludeHeaders, includeFooter As Boolean, rowDelimiter As String, columnDelimiter As String, cellDelimiter As String, encoding As Encoding)</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="FarPoint.Web.Spread.SheetView.html">SheetView</a></td>
      <td><span class="parametername">sheetView</span></td>
      <td><p>Sheet into which to load the text data</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">fileName</span></td>
      <td><p>Path and name of file from which to load text</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">unformatted</span></td>
      <td><p>Whether to bypass formatting</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Web.Spread.Model.IncludeHeaders.html">IncludeHeaders</a></td>
      <td><span class="parametername">includeHeaders</span></td>
      <td><p>Whether headers are handled as data</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">includeFooter</span></td>
      <td><p>Whether the footer is handled as data</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">rowDelimiter</span></td>
      <td><p>Row delimiter string</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">columnDelimiter</span></td>
      <td><p>Column delimiter string</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">cellDelimiter</span></td>
      <td><p>Cell delimiter string</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.text.encoding">Encoding</a></td>
      <td><span class="parametername">encoding</span></td>
      <td><p>Encoding</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Web_Spread_Model_SpreadSerializer_LoadTextFile_" data-uid="FarPoint.Web.Spread.Model.SpreadSerializer.LoadTextFile*"></a>
<h4 id="FarPoint_Web_Spread_Model_SpreadSerializer_LoadTextFile_FarPoint_Web_Spread_SheetView_System_String_System_Boolean_FarPoint_Web_Spread_Model_IncludeHeaders_System_String_System_String_System_String_System_Text_Encoding_System_Boolean_" data-uid="FarPoint.Web.Spread.Model.SpreadSerializer.LoadTextFile(FarPoint.Web.Spread.SheetView,System.String,System.Boolean,FarPoint.Web.Spread.Model.IncludeHeaders,System.String,System.String,System.String,System.Text.Encoding,System.Boolean)">LoadTextFile(SheetView, string, bool, IncludeHeaders, string, string, string, Encoding, bool)</h4>
<div class="markdown level1 summary"><p>Loads the text file with the specified formatting.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static void LoadTextFile(SheetView sheetView, string fileName, bool unformatted, IncludeHeaders includeHeaders, string rowDelimiter, string columnDelimiter, string cellDelimiter, Encoding encoding, bool loadFormulas)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Sub LoadTextFile(sheetView As SheetView, fileName As String, unformatted As Boolean, includeHeaders As IncludeHeaders, rowDelimiter As String, columnDelimiter As String, cellDelimiter As String, encoding As Encoding, loadFormulas As Boolean)</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="FarPoint.Web.Spread.SheetView.html">SheetView</a></td>
      <td><span class="parametername">sheetView</span></td>
      <td><p>Sheet into which to load the text data</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">fileName</span></td>
      <td><p>Path and name of file from which to load text</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">unformatted</span></td>
      <td><p>Whether to bypass formatting</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Web.Spread.Model.IncludeHeaders.html">IncludeHeaders</a></td>
      <td><span class="parametername">includeHeaders</span></td>
      <td><p>Whether headers are handled as data</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">rowDelimiter</span></td>
      <td><p>Row delimiter string</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">columnDelimiter</span></td>
      <td><p>Column delimiter string</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">cellDelimiter</span></td>
      <td><p>Cell delimiter string</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.text.encoding">Encoding</a></td>
      <td><span class="parametername">encoding</span></td>
      <td><p>Encoding</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">loadFormulas</span></td>
      <td><p>Whether to load formulas</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Web_Spread_Model_SpreadSerializer_LoadTextFile_" data-uid="FarPoint.Web.Spread.Model.SpreadSerializer.LoadTextFile*"></a>
<h4 id="FarPoint_Web_Spread_Model_SpreadSerializer_LoadTextFile_FarPoint_Web_Spread_SheetView_System_String_System_Boolean_FarPoint_Web_Spread_Model_IncludeHeaders_System_Boolean_System_String_System_String_System_String_System_Text_Encoding_System_Boolean_" data-uid="FarPoint.Web.Spread.Model.SpreadSerializer.LoadTextFile(FarPoint.Web.Spread.SheetView,System.String,System.Boolean,FarPoint.Web.Spread.Model.IncludeHeaders,System.Boolean,System.String,System.String,System.String,System.Text.Encoding,System.Boolean)">LoadTextFile(SheetView, string, bool, IncludeHeaders, bool, string, string, string, Encoding, bool)</h4>
<div class="markdown level1 summary"><p>Loads the text file with the specified formatting.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static void LoadTextFile(SheetView sheetView, string fileName, bool unformatted, IncludeHeaders includeHeaders, bool includeFooter, string rowDelimiter, string columnDelimiter, string cellDelimiter, Encoding encoding, bool loadFormulas)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Sub LoadTextFile(sheetView As SheetView, fileName As String, unformatted As Boolean, includeHeaders As IncludeHeaders, includeFooter As Boolean, rowDelimiter As String, columnDelimiter As String, cellDelimiter As String, encoding As Encoding, loadFormulas As Boolean)</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="FarPoint.Web.Spread.SheetView.html">SheetView</a></td>
      <td><span class="parametername">sheetView</span></td>
      <td><p>Sheet into which to load the text data</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">fileName</span></td>
      <td><p>Path and name of file from which to load text</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">unformatted</span></td>
      <td><p>Whether to bypass formatting</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Web.Spread.Model.IncludeHeaders.html">IncludeHeaders</a></td>
      <td><span class="parametername">includeHeaders</span></td>
      <td><p>Whether headers are handled as data</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">includeFooter</span></td>
      <td><p>Whether the footer is handled as data</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">rowDelimiter</span></td>
      <td><p>Row delimiter string</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">columnDelimiter</span></td>
      <td><p>Column delimiter string</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">cellDelimiter</span></td>
      <td><p>Cell delimiter string</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.text.encoding">Encoding</a></td>
      <td><span class="parametername">encoding</span></td>
      <td><p>Encoding</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">loadFormulas</span></td>
      <td><p>Whether to load formulas</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Web_Spread_Model_SpreadSerializer_LoadTextFile_" data-uid="FarPoint.Web.Spread.Model.SpreadSerializer.LoadTextFile*"></a>
<h4 id="FarPoint_Web_Spread_Model_SpreadSerializer_LoadTextFile_FarPoint_Web_Spread_SheetView_System_IO_Stream_System_Boolean_FarPoint_Web_Spread_Model_IncludeHeaders_System_String_System_String_System_String_" data-uid="FarPoint.Web.Spread.Model.SpreadSerializer.LoadTextFile(FarPoint.Web.Spread.SheetView,System.IO.Stream,System.Boolean,FarPoint.Web.Spread.Model.IncludeHeaders,System.String,System.String,System.String)">LoadTextFile(SheetView, Stream, bool, IncludeHeaders, string, string, string)</h4>
<div class="markdown level1 summary"><p>Loads the text from a stream with the specified formatting.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static void LoadTextFile(SheetView sheetView, Stream stream, bool unformatted, IncludeHeaders includeHeaders, string rowDelimiter, string columnDelimiter, string cellDelimiter)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Sub LoadTextFile(sheetView As SheetView, stream As Stream, unformatted As Boolean, includeHeaders As IncludeHeaders, rowDelimiter As String, columnDelimiter As String, cellDelimiter As String)</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="FarPoint.Web.Spread.SheetView.html">SheetView</a></td>
      <td><span class="parametername">sheetView</span></td>
      <td><p>Sheet into which to load the text data</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.io.stream">Stream</a></td>
      <td><span class="parametername">stream</span></td>
      <td><p>Stream from which to load text</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">unformatted</span></td>
      <td><p>Whether to bypass formatting</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Web.Spread.Model.IncludeHeaders.html">IncludeHeaders</a></td>
      <td><span class="parametername">includeHeaders</span></td>
      <td><p>Whether headers are handled as data</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">rowDelimiter</span></td>
      <td><p>Row delimiter string</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">columnDelimiter</span></td>
      <td><p>Column delimiter string</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">cellDelimiter</span></td>
      <td><p>Cell delimiter string</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Web_Spread_Model_SpreadSerializer_LoadTextFile_" data-uid="FarPoint.Web.Spread.Model.SpreadSerializer.LoadTextFile*"></a>
<h4 id="FarPoint_Web_Spread_Model_SpreadSerializer_LoadTextFile_FarPoint_Web_Spread_SheetView_System_IO_Stream_System_Boolean_FarPoint_Web_Spread_Model_IncludeHeaders_System_Boolean_System_String_System_String_System_String_" data-uid="FarPoint.Web.Spread.Model.SpreadSerializer.LoadTextFile(FarPoint.Web.Spread.SheetView,System.IO.Stream,System.Boolean,FarPoint.Web.Spread.Model.IncludeHeaders,System.Boolean,System.String,System.String,System.String)">LoadTextFile(SheetView, Stream, bool, IncludeHeaders, bool, string, string, string)</h4>
<div class="markdown level1 summary"><p>Loads the text from a stream with the specified formatting.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static void LoadTextFile(SheetView sheetView, Stream stream, bool unformatted, IncludeHeaders includeHeaders, bool includeFooter, string rowDelimiter, string columnDelimiter, string cellDelimiter)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Sub LoadTextFile(sheetView As SheetView, stream As Stream, unformatted As Boolean, includeHeaders As IncludeHeaders, includeFooter As Boolean, rowDelimiter As String, columnDelimiter As String, cellDelimiter As String)</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="FarPoint.Web.Spread.SheetView.html">SheetView</a></td>
      <td><span class="parametername">sheetView</span></td>
      <td><p>Sheet into which to load the text data</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.io.stream">Stream</a></td>
      <td><span class="parametername">stream</span></td>
      <td><p>Stream from which to load text</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">unformatted</span></td>
      <td><p>Whether to bypass formatting</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Web.Spread.Model.IncludeHeaders.html">IncludeHeaders</a></td>
      <td><span class="parametername">includeHeaders</span></td>
      <td><p>Whether headers are handled as data</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">includeFooter</span></td>
      <td><p>Whether footer is handled as data</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">rowDelimiter</span></td>
      <td><p>Row delimiter string</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">columnDelimiter</span></td>
      <td><p>Column delimiter string</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">cellDelimiter</span></td>
      <td><p>Cell delimiter string</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Web_Spread_Model_SpreadSerializer_LoadTextFile_" data-uid="FarPoint.Web.Spread.Model.SpreadSerializer.LoadTextFile*"></a>
<h4 id="FarPoint_Web_Spread_Model_SpreadSerializer_LoadTextFile_FarPoint_Web_Spread_SheetView_System_IO_Stream_System_Boolean_FarPoint_Web_Spread_Model_IncludeHeaders_System_String_System_String_System_String_System_Text_Encoding_" data-uid="FarPoint.Web.Spread.Model.SpreadSerializer.LoadTextFile(FarPoint.Web.Spread.SheetView,System.IO.Stream,System.Boolean,FarPoint.Web.Spread.Model.IncludeHeaders,System.String,System.String,System.String,System.Text.Encoding)">LoadTextFile(SheetView, Stream, bool, IncludeHeaders, string, string, string, Encoding)</h4>
<div class="markdown level1 summary"><p>Loads the text from a stream with the specified formatting.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static void LoadTextFile(SheetView sheetView, Stream stream, bool unformatted, IncludeHeaders includeHeaders, string rowDelimiter, string columnDelimiter, string cellDelimiter, Encoding encoding)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Sub LoadTextFile(sheetView As SheetView, stream As Stream, unformatted As Boolean, includeHeaders As IncludeHeaders, rowDelimiter As String, columnDelimiter As String, cellDelimiter As String, encoding As Encoding)</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="FarPoint.Web.Spread.SheetView.html">SheetView</a></td>
      <td><span class="parametername">sheetView</span></td>
      <td><p>Sheet into which to load the text data</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.io.stream">Stream</a></td>
      <td><span class="parametername">stream</span></td>
      <td><p>Stream from which to load text</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">unformatted</span></td>
      <td><p>Whether to bypass formatting</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Web.Spread.Model.IncludeHeaders.html">IncludeHeaders</a></td>
      <td><span class="parametername">includeHeaders</span></td>
      <td><p>Whether headers are handled as data</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">rowDelimiter</span></td>
      <td><p>Row delimiter string</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">columnDelimiter</span></td>
      <td><p>Column delimiter string</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">cellDelimiter</span></td>
      <td><p>Cell delimiter string</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.text.encoding">Encoding</a></td>
      <td><span class="parametername">encoding</span></td>
      <td><p>Encoding of the file</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Web_Spread_Model_SpreadSerializer_LoadTextFile_" data-uid="FarPoint.Web.Spread.Model.SpreadSerializer.LoadTextFile*"></a>
<h4 id="FarPoint_Web_Spread_Model_SpreadSerializer_LoadTextFile_FarPoint_Web_Spread_SheetView_System_IO_Stream_System_Boolean_FarPoint_Web_Spread_Model_IncludeHeaders_System_Boolean_System_String_System_String_System_String_System_Text_Encoding_" data-uid="FarPoint.Web.Spread.Model.SpreadSerializer.LoadTextFile(FarPoint.Web.Spread.SheetView,System.IO.Stream,System.Boolean,FarPoint.Web.Spread.Model.IncludeHeaders,System.Boolean,System.String,System.String,System.String,System.Text.Encoding)">LoadTextFile(SheetView, Stream, bool, IncludeHeaders, bool, string, string, string, Encoding)</h4>
<div class="markdown level1 summary"><p>Loads the text from a stream with the specified formatting.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static void LoadTextFile(SheetView sheetView, Stream stream, bool unformatted, IncludeHeaders includeHeaders, bool includeFooter, string rowDelimiter, string columnDelimiter, string cellDelimiter, Encoding encoding)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Sub LoadTextFile(sheetView As SheetView, stream As Stream, unformatted As Boolean, includeHeaders As IncludeHeaders, includeFooter As Boolean, rowDelimiter As String, columnDelimiter As String, cellDelimiter As String, encoding As Encoding)</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="FarPoint.Web.Spread.SheetView.html">SheetView</a></td>
      <td><span class="parametername">sheetView</span></td>
      <td><p>Sheet into which to load the text data</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.io.stream">Stream</a></td>
      <td><span class="parametername">stream</span></td>
      <td><p>Stream from which to load text</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">unformatted</span></td>
      <td><p>Whether to bypass formatting</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Web.Spread.Model.IncludeHeaders.html">IncludeHeaders</a></td>
      <td><span class="parametername">includeHeaders</span></td>
      <td><p>Whether headers are handled as data</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">includeFooter</span></td>
      <td><p>Whether the footer is handled as data</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">rowDelimiter</span></td>
      <td><p>Row delimiter string</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">columnDelimiter</span></td>
      <td><p>Column delimiter string</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">cellDelimiter</span></td>
      <td><p>Cell delimiter string</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.text.encoding">Encoding</a></td>
      <td><span class="parametername">encoding</span></td>
      <td><p>Encoding of the file</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Web_Spread_Model_SpreadSerializer_LoadTextFile_" data-uid="FarPoint.Web.Spread.Model.SpreadSerializer.LoadTextFile*"></a>
<h4 id="FarPoint_Web_Spread_Model_SpreadSerializer_LoadTextFile_FarPoint_Web_Spread_SheetView_System_IO_Stream_System_Boolean_FarPoint_Web_Spread_Model_IncludeHeaders_System_String_System_String_System_String_System_Text_Encoding_System_Boolean_" data-uid="FarPoint.Web.Spread.Model.SpreadSerializer.LoadTextFile(FarPoint.Web.Spread.SheetView,System.IO.Stream,System.Boolean,FarPoint.Web.Spread.Model.IncludeHeaders,System.String,System.String,System.String,System.Text.Encoding,System.Boolean)">LoadTextFile(SheetView, Stream, bool, IncludeHeaders, string, string, string, Encoding, bool)</h4>
<div class="markdown level1 summary"><p>Loads the text from a stream with the specified formatting.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static void LoadTextFile(SheetView sheetView, Stream stream, bool unformatted, IncludeHeaders includeHeaders, string rowDelimiter, string columnDelimiter, string cellDelimiter, Encoding encoding, bool loadFormulas)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Sub LoadTextFile(sheetView As SheetView, stream As Stream, unformatted As Boolean, includeHeaders As IncludeHeaders, rowDelimiter As String, columnDelimiter As String, cellDelimiter As String, encoding As Encoding, loadFormulas As Boolean)</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="FarPoint.Web.Spread.SheetView.html">SheetView</a></td>
      <td><span class="parametername">sheetView</span></td>
      <td><p>Sheet into which to load the text data</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.io.stream">Stream</a></td>
      <td><span class="parametername">stream</span></td>
      <td><p>Stream from which to load text</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">unformatted</span></td>
      <td><p>Whether to bypass formatting</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Web.Spread.Model.IncludeHeaders.html">IncludeHeaders</a></td>
      <td><span class="parametername">includeHeaders</span></td>
      <td><p>Whether headers are handled as data</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">rowDelimiter</span></td>
      <td><p>Row delimiter string</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">columnDelimiter</span></td>
      <td><p>Column delimiter string</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">cellDelimiter</span></td>
      <td><p>Cell delimiter string</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.text.encoding">Encoding</a></td>
      <td><span class="parametername">encoding</span></td>
      <td><p>Encoding of the file</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">loadFormulas</span></td>
      <td><p>Whether to load formula values</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Web_Spread_Model_SpreadSerializer_LoadTextFile_" data-uid="FarPoint.Web.Spread.Model.SpreadSerializer.LoadTextFile*"></a>
<h4 id="FarPoint_Web_Spread_Model_SpreadSerializer_LoadTextFile_FarPoint_Web_Spread_SheetView_System_IO_Stream_System_Boolean_FarPoint_Web_Spread_Model_IncludeHeaders_System_Boolean_System_String_System_String_System_String_System_Text_Encoding_System_Boolean_" data-uid="FarPoint.Web.Spread.Model.SpreadSerializer.LoadTextFile(FarPoint.Web.Spread.SheetView,System.IO.Stream,System.Boolean,FarPoint.Web.Spread.Model.IncludeHeaders,System.Boolean,System.String,System.String,System.String,System.Text.Encoding,System.Boolean)">LoadTextFile(SheetView, Stream, bool, IncludeHeaders, bool, string, string, string, Encoding, bool)</h4>
<div class="markdown level1 summary"><p>Loads the text from a stream with the specified formatting.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static void LoadTextFile(SheetView sheetView, Stream stream, bool unformatted, IncludeHeaders includeHeaders, bool includeFooter, string rowDelimiter, string columnDelimiter, string cellDelimiter, Encoding encoding, bool loadFormulas)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Sub LoadTextFile(sheetView As SheetView, stream As Stream, unformatted As Boolean, includeHeaders As IncludeHeaders, includeFooter As Boolean, rowDelimiter As String, columnDelimiter As String, cellDelimiter As String, encoding As Encoding, loadFormulas As Boolean)</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="FarPoint.Web.Spread.SheetView.html">SheetView</a></td>
      <td><span class="parametername">sheetView</span></td>
      <td><p>Sheet into which to load the text data</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.io.stream">Stream</a></td>
      <td><span class="parametername">stream</span></td>
      <td><p>Stream from which to load text</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">unformatted</span></td>
      <td><p>Whether to bypass formatting</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Web.Spread.Model.IncludeHeaders.html">IncludeHeaders</a></td>
      <td><span class="parametername">includeHeaders</span></td>
      <td><p>Whether headers are handled as data</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">includeFooter</span></td>
      <td><p>Whether the footer is handled as data</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">rowDelimiter</span></td>
      <td><p>Row delimiter string</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">columnDelimiter</span></td>
      <td><p>Column delimiter string</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">cellDelimiter</span></td>
      <td><p>Cell delimiter string</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.text.encoding">Encoding</a></td>
      <td><span class="parametername">encoding</span></td>
      <td><p>Encoding of the file</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">loadFormulas</span></td>
      <td><p>Whether to load formula values</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Web_Spread_Model_SpreadSerializer_LoadTextFile_" data-uid="FarPoint.Web.Spread.Model.SpreadSerializer.LoadTextFile*"></a>
<h4 id="FarPoint_Web_Spread_Model_SpreadSerializer_LoadTextFile_FarPoint_Web_Spread_SheetView_System_Boolean_FarPoint_Web_Spread_Model_IncludeHeaders_System_String_System_String_System_String_System_String_" data-uid="FarPoint.Web.Spread.Model.SpreadSerializer.LoadTextFile(FarPoint.Web.Spread.SheetView,System.Boolean,FarPoint.Web.Spread.Model.IncludeHeaders,System.String,System.String,System.String,System.String)">LoadTextFile(SheetView, bool, IncludeHeaders, string, string, string, string)</h4>
<div class="markdown level1 summary"><p>Loads the text (string) data with the specified formatting.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static void LoadTextFile(SheetView sheetView, bool unformatted, IncludeHeaders includeHeaders, string rowDelimiter, string columnDelimiter, string cellDelimiter, string data)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Sub LoadTextFile(sheetView As SheetView, unformatted As Boolean, includeHeaders As IncludeHeaders, rowDelimiter As String, columnDelimiter As String, cellDelimiter As String, data As String)</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="FarPoint.Web.Spread.SheetView.html">SheetView</a></td>
      <td><span class="parametername">sheetView</span></td>
      <td><p>Sheet into which to load the text data</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">unformatted</span></td>
      <td><p>Whether to bypass formatting</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Web.Spread.Model.IncludeHeaders.html">IncludeHeaders</a></td>
      <td><span class="parametername">includeHeaders</span></td>
      <td><p>Whether headers are handled as data</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">rowDelimiter</span></td>
      <td><p>Row delimiter string</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">columnDelimiter</span></td>
      <td><p>Column delimiter string</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">cellDelimiter</span></td>
      <td><p>Cell delimiter string</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">data</span></td>
      <td><p>String that contains data to load</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Web_Spread_Model_SpreadSerializer_LoadTextFile_" data-uid="FarPoint.Web.Spread.Model.SpreadSerializer.LoadTextFile*"></a>
<h4 id="FarPoint_Web_Spread_Model_SpreadSerializer_LoadTextFile_FarPoint_Web_Spread_SheetView_System_Boolean_FarPoint_Web_Spread_Model_IncludeHeaders_System_Boolean_System_String_System_String_System_String_System_String_" data-uid="FarPoint.Web.Spread.Model.SpreadSerializer.LoadTextFile(FarPoint.Web.Spread.SheetView,System.Boolean,FarPoint.Web.Spread.Model.IncludeHeaders,System.Boolean,System.String,System.String,System.String,System.String)">LoadTextFile(SheetView, bool, IncludeHeaders, bool, string, string, string, string)</h4>
<div class="markdown level1 summary"><p>Loads the text (string) data with the specified formatting.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static void LoadTextFile(SheetView sheetView, bool unformatted, IncludeHeaders includeHeaders, bool includeFooter, string rowDelimiter, string columnDelimiter, string cellDelimiter, string data)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Sub LoadTextFile(sheetView As SheetView, unformatted As Boolean, includeHeaders As IncludeHeaders, includeFooter As Boolean, rowDelimiter As String, columnDelimiter As String, cellDelimiter As String, data As String)</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="FarPoint.Web.Spread.SheetView.html">SheetView</a></td>
      <td><span class="parametername">sheetView</span></td>
      <td><p>Sheet into which to load the text data</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">unformatted</span></td>
      <td><p>Whether to bypass formatting</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Web.Spread.Model.IncludeHeaders.html">IncludeHeaders</a></td>
      <td><span class="parametername">includeHeaders</span></td>
      <td><p>Whether headers are handled as data</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">includeFooter</span></td>
      <td><p>Whether the footer is handled as data</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">rowDelimiter</span></td>
      <td><p>Row delimiter string</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">columnDelimiter</span></td>
      <td><p>Column delimiter string</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">cellDelimiter</span></td>
      <td><p>Cell delimiter string</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">data</span></td>
      <td><p>String that contains data to load</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Web_Spread_Model_SpreadSerializer_LoadTextFile_" data-uid="FarPoint.Web.Spread.Model.SpreadSerializer.LoadTextFile*"></a>
<h4 id="FarPoint_Web_Spread_Model_SpreadSerializer_LoadTextFile_FarPoint_Web_Spread_SheetView_System_Boolean_FarPoint_Web_Spread_Model_IncludeHeaders_System_String_System_String_System_String_System_String_System_Boolean_" data-uid="FarPoint.Web.Spread.Model.SpreadSerializer.LoadTextFile(FarPoint.Web.Spread.SheetView,System.Boolean,FarPoint.Web.Spread.Model.IncludeHeaders,System.String,System.String,System.String,System.String,System.Boolean)">LoadTextFile(SheetView, bool, IncludeHeaders, string, string, string, string, bool)</h4>
<div class="markdown level1 summary"><p>Loads the text (string) data with the specified formatting.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static void LoadTextFile(SheetView sheetView, bool unformatted, IncludeHeaders includeHeaders, string rowDelimiter, string columnDelimiter, string cellDelimiter, string data, bool loadFormulas)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Sub LoadTextFile(sheetView As SheetView, unformatted As Boolean, includeHeaders As IncludeHeaders, rowDelimiter As String, columnDelimiter As String, cellDelimiter As String, data As String, loadFormulas As Boolean)</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="FarPoint.Web.Spread.SheetView.html">SheetView</a></td>
      <td><span class="parametername">sheetView</span></td>
      <td><p>Sheet into which to load the text data</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">unformatted</span></td>
      <td><p>Whether to bypass formatting</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Web.Spread.Model.IncludeHeaders.html">IncludeHeaders</a></td>
      <td><span class="parametername">includeHeaders</span></td>
      <td><p>Whether headers are handled as data</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">rowDelimiter</span></td>
      <td><p>Row delimiter string</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">columnDelimiter</span></td>
      <td><p>Column delimiter string</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">cellDelimiter</span></td>
      <td><p>Cell delimiter string</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">data</span></td>
      <td><p>String that contains data to load</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">loadFormulas</span></td>
      <td><p>Whether to load formulas</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Web_Spread_Model_SpreadSerializer_LoadTextFile_" data-uid="FarPoint.Web.Spread.Model.SpreadSerializer.LoadTextFile*"></a>
<h4 id="FarPoint_Web_Spread_Model_SpreadSerializer_LoadTextFile_FarPoint_Web_Spread_SheetView_System_Boolean_FarPoint_Web_Spread_Model_IncludeHeaders_System_Boolean_System_String_System_String_System_String_System_String_System_Boolean_" data-uid="FarPoint.Web.Spread.Model.SpreadSerializer.LoadTextFile(FarPoint.Web.Spread.SheetView,System.Boolean,FarPoint.Web.Spread.Model.IncludeHeaders,System.Boolean,System.String,System.String,System.String,System.String,System.Boolean)">LoadTextFile(SheetView, bool, IncludeHeaders, bool, string, string, string, string, bool)</h4>
<div class="markdown level1 summary"><p>Loads the text (string) data with the specified formatting.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static void LoadTextFile(SheetView sheetView, bool unformatted, IncludeHeaders includeHeaders, bool includeFooter, string rowDelimiter, string columnDelimiter, string cellDelimiter, string data, bool loadFormulas)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Sub LoadTextFile(sheetView As SheetView, unformatted As Boolean, includeHeaders As IncludeHeaders, includeFooter As Boolean, rowDelimiter As String, columnDelimiter As String, cellDelimiter As String, data As String, loadFormulas As Boolean)</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="FarPoint.Web.Spread.SheetView.html">SheetView</a></td>
      <td><span class="parametername">sheetView</span></td>
      <td><p>Sheet into which to load the text data</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">unformatted</span></td>
      <td><p>Whether to bypass formatting</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Web.Spread.Model.IncludeHeaders.html">IncludeHeaders</a></td>
      <td><span class="parametername">includeHeaders</span></td>
      <td><p>Whether headers are handled as data</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">includeFooter</span></td>
      <td><p>Whether the footer is handled as data</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">rowDelimiter</span></td>
      <td><p>Row delimiter string</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">columnDelimiter</span></td>
      <td><p>Column delimiter string</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">cellDelimiter</span></td>
      <td><p>Cell delimiter string</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">data</span></td>
      <td><p>String that contains data to load</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">loadFormulas</span></td>
      <td><p>Whether to load formulas</p>
</td>
    </tr>
  </tbody>
</table>
</div>
