# FarPoint.Win.Spread.IExcelExporter

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_IExcelExporter" data-uid="FarPoint.Win.Spread.IExcelExporter" class="text-break">IExcelExporter Interface
</h1>
  <div class="markdown level0 summary"><p>Provides a unified way of converting types of values to a value used for Excel export.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Spread.html">FarPoint.Win.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_IExcelExporter_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IExcelExporter</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IExcelExporter</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="FarPoint_Win_Spread_IExcelExporter_CanExportTo_System_Type_" data-uid="FarPoint.Win.Spread.IExcelExporter.CanExportTo(System.Type)">
          <a class="xref" href="FarPoint.Win.Spread.IExcelExporter.CanExportTo.html#FarPoint_Win_Spread_IExcelExporter_CanExportTo_System_Type_">CanExportTo(Type)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns whether this exporter can export the object to the specified type.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_IExcelExporter_ExportTo_System_Type_" data-uid="FarPoint.Win.Spread.IExcelExporter.ExportTo(System.Type)">
          <a class="xref" href="FarPoint.Win.Spread.IExcelExporter.ExportTo.html#FarPoint_Win_Spread_IExcelExporter_ExportTo_System_Type_">ExportTo(Type)</a>
        </td>
        <td class="markdown level1 summary"><p>Exports the given value object to the specified type.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
