Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

Workbook.ExportToHtml Method

Name Parameters Description
ExportToHtml(Stream, Range) stream, range

Exports the specified range to the specified stream in HTML format.

You require a license to the DevExpress Office File API or DevExpress Universal Subscription to use this property in production code.

ExportToHtml(Stream, Worksheet) stream, sheet

Exports the specified worksheet to the specified stream in HTML format.

You require a license to the DevExpress Office File API or DevExpress Universal Subscription to use this property in production code.

ExportToHtml(Stream, HtmlDocumentExporterOptions) stream, options

Exports the document’s data to the specified stream in HTML format using the specified options.

You require a license to the DevExpress Office File API or DevExpress Universal Subscription to use this property in production code.

ExportToHtml(Stream, Int32) stream, sheetIndex

Exports the specified worksheet to the specified stream in HTML format.

You require a license to the DevExpress Office File API or DevExpress Universal Subscription to use this property in production code.

ExportToHtml(String, Range) fileName, range

Exports the specified range to the specified file in HTML format.

You require a license to the DevExpress Office File API or DevExpress Universal Subscription to use this property in production code.

ExportToHtml(String, Worksheet) fileName, sheet

Exports the specified worksheet to the specified file in HTML format.

You require a license to the DevExpress Office File API or DevExpress Universal Subscription to use this property in production code.

ExportToHtml(String, HtmlDocumentExporterOptions) fileName, options

Exports the document’s data to the specified file in HTML format using the specified options.

You require a license to the DevExpress Office File API or DevExpress Universal Subscription to use this property in production code.

ExportToHtml(String, Int32) fileName, sheetIndex

Exports the specified worksheet to the specified file in HTML format.

You require a license to the DevExpress Office File API or DevExpress Universal Subscription to use this property in production code.