Back to Devexpress

Workbook.ExportToHtml Method

officefileapi-devexpress-dot-spreadsheet-dot-workbook-dot-exporttohtml.md

latest4.1 KB
Original Source

Workbook.ExportToHtml Method

NameParametersDescription
ExportToHtml(Stream, CellRange)stream, range

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

You need a license for the DevExpress Office File API Subscription or DevExpress Universal Subscription to use this method in production code.

| | ExportToHtml(Stream, Worksheet) | stream, sheet |

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

You need a license for the DevExpress Office File API Subscription or DevExpress Universal Subscription to use this method 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 need a license for the DevExpress Office File API Subscription or DevExpress Universal Subscription to use this method in production code.

| | ExportToHtml(Stream, Int32) | stream, sheetIndex |

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

You need a license for the DevExpress Office File API Subscription or DevExpress Universal Subscription to use this method in production code.

| | ExportToHtml(String, CellRange) | fileName, range |

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

You need a license for the DevExpress Office File API Subscription or DevExpress Universal Subscription to use this method in production code.

| | ExportToHtml(String, Worksheet) | fileName, sheet |

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

You need a license for the DevExpress Office File API Subscription or DevExpress Universal Subscription to use this method 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 need a license for the DevExpress Office File API Subscription or DevExpress Universal Subscription to use this method in production code.

| | ExportToHtml(String, Int32) | fileName, sheetIndex |

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

You need a license for the DevExpress Office File API Subscription or DevExpress Universal Subscription to use this method in production code.

|