# FarPoint.Excel.ExcelWarningCode

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="FarPoint_Excel_ExcelWarningCode" data-uid="FarPoint.Excel.ExcelWarningCode" class="text-break">ExcelWarningCode Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the warnings codes returned in the Code property of ExcelWarning.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Excel.html">FarPoint.Excel</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Excel.dll</h6>
  <h5 id="FarPoint_Excel_ExcelWarningCode_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ExcelWarningCode</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ExcelWarningCode</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="FarPoint_Excel_ExcelWarningCode_CannotOpen">CannotOpen</td>
        <td><p>The Excel file cannot be opened.  See the warning message for more information.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Excel_ExcelWarningCode_CannotOpenPasswordProtect">CannotOpenPasswordProtect</td>
        <td><p>The Excel file cannot be opened because it is password protected.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Excel_ExcelWarningCode_ExcelNotSupportChartType">ExcelNotSupportChartType</td>
        <td><p>The specified ChartType is not supported in Excel file.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Excel_ExcelWarningCode_ExcelSheetNameError">ExcelSheetNameError</td>
        <td><p>The specified Excel sheet name is not supported in specified Excel file</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Excel_ExcelWarningCode_FormulaElementExceedsExcelLimits">FormulaElementExceedsExcelLimits</td>
        <td><p>A value in this formula exceeds an Excel limit.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Excel_ExcelWarningCode_FormulaElementNotFound">FormulaElementNotFound</td>
        <td><p>The referenced formula element cannot be found.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Excel_ExcelWarningCode_FormulaElementNotSupported">FormulaElementNotSupported</td>
        <td><p>The formula element is currently not supported by Spread.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Excel_ExcelWarningCode_FormulaErrorNotifyFarPoint">FormulaErrorNotifyFarPoint</td>
        <td><p>There is an unforeseen error. Please contact FarPoint with this information.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Excel_ExcelWarningCode_General">General</td>
        <td><p>General warning.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Excel_ExcelWarningCode_IncorrectPassword">IncorrectPassword</td>
        <td><p>The specified password is incorrect.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Excel_ExcelWarningCode_SpreadNotSupportChartType">SpreadNotSupportChartType</td>
        <td><p>The specified ChartType is not supported in Spread.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
