GemBox.Spreadsheet

DefaultHtmlExporter.DefaultCellStyleToHtml Method 

If cell style is not the same as the default one, the default style is overrided with style string.

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

Parameters

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

See Also

DefaultHtmlExporter Class | GemBox.Spreadsheet Namespace