GemBox.Spreadsheet

DefaultHtmlExporter.DefaultCellToHtml Method 

Returns XmlNode with single cell entry.

public static XmlNode DefaultCellToHtml(
   HtmlExporterOptions options,
   ExcelCell cell,
   HtmlExportPosition position
);

Parameters

options
Options that describe exporting process.
cell
Excel cell.
position
Current position of the exporting process. It can be null.

Remarks

If the cell is in merge region but not first in exporting region, null is returned.

See Also

DefaultHtmlExporter Class | GemBox.Spreadsheet Namespace