# GrapeCity.Spreadsheet.IO.OpenXml.ICellExporter

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_IO_OpenXml_ICellExporter" data-uid="GrapeCity.Spreadsheet.IO.OpenXml.ICellExporter" class="text-break">ICellExporter Interface
</h1>
  <div class="markdown level0 summary"><p>Represents an interface which allows to customize exporting cell value.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.IO.OpenXml.html">GrapeCity.Spreadsheet.IO.OpenXml</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_IO_OpenXml_ICellExporter_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ICellExporter</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ICellExporter</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="GrapeCity_Spreadsheet_IO_OpenXml_ICellExporter_Export_GrapeCity_Spreadsheet_IO_OpenXml_ExportContext_System_Int32_System_Int32_System_Object_GrapeCity_CalcEngine_Expression_System_Int32_GrapeCity_CalcEngine_IPrimitiveValue_" data-uid="GrapeCity.Spreadsheet.IO.OpenXml.ICellExporter.Export(GrapeCity.Spreadsheet.IO.OpenXml.ExportContext,System.Int32,System.Int32,System.Object,GrapeCity.CalcEngine.Expression,System.Int32,GrapeCity.CalcEngine.IPrimitiveValue)">
          <a class="xref" href="GrapeCity.Spreadsheet.IO.OpenXml.ICellExporter.Export.html#GrapeCity_Spreadsheet_IO_OpenXml_ICellExporter_Export_GrapeCity_Spreadsheet_IO_OpenXml_ExportContext_System_Int32_System_Int32_System_Object_GrapeCity_CalcEngine_Expression_System_Int32_GrapeCity_CalcEngine_IPrimitiveValue_">Export(ExportContext, int, int, object, Expression, int, IPrimitiveValue)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts the specified value to the corresponding OpenXml data type.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
