Exports all data from the range to a new file or XmlTextWriter in HTML format.
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);
CellRange Class | GemBox.Spreadsheet Namespace