GemBox.Spreadsheet

DefaultHtmlExporter.DefaultCellValueToHtml Method 

Returns a string that will be writen as cell value.

public static string DefaultCellValueToHtml(
   ExcelCell cell,
   HtmlExportPosition position
);

Parameters

cell
Excel cell.
position
Current position of the exporting process. It can be null.

Remarks

If cell value is null, empty string is returned.

See Also

DefaultHtmlExporter Class | GemBox.Spreadsheet Namespace