GemBox.Spreadsheet

CellRange.ExportToHtml Method

Exports all data from the range to a new file or XmlTextWriter in HTML format.

Overload List

Exports all data from the range to a new file in HTML format.

public void ExportToHtml(string,HtmlExporterOptions,bool);

Exports all data from the range to a XmlTextWriter in HTML format.

public void ExportToHtml(XmlTextWriter,HtmlExporterOptions,bool);

See Also

CellRange Class | GemBox.Spreadsheet Namespace