Skip to main content
Row

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

Workbook.ExportToHtmlAsync Method

Name Parameters Description
ExportToHtmlAsync(Stream, CellRange, IProgress<Int32>) stream, range, progress

Asynchronously exports the specified cell range to a stream in HTML format and allows you to implement progress notifications.

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

ExportToHtmlAsync(Stream, CellRange, CancellationToken, IProgress<Int32>) stream, range, cancellationToken, progress

Asynchronously exports the specified cell range to a stream in HTML format. Allows you to implement progress notifications and cancel the operation.

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

ExportToHtmlAsync(Stream, CellRange, CancellationToken) stream, range, cancellationToken

Asynchronously 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.

ExportToHtmlAsync(Stream, CellRange) stream, range

Asynchronously 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.

ExportToHtmlAsync(Stream, Worksheet, IProgress<Int32>) stream, sheet, progress

Asynchronously exports the specified worksheet to a stream in HTML format and allows you to implement progress notifications.

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

ExportToHtmlAsync(Stream, Worksheet, CancellationToken, IProgress<Int32>) stream, sheet, cancellationToken, progress

Asynchronously exports the specified worksheet to a stream in HTML format. Allows you to implement progress notifications and cancel the operation.

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

ExportToHtmlAsync(Stream, Worksheet, CancellationToken) stream, sheet, cancellationToken

Asynchronously 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.

ExportToHtmlAsync(Stream, Worksheet) stream, sheet

Asynchronously 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.

ExportToHtmlAsync(Stream, HtmlDocumentExporterOptions, IProgress<Int32>) stream, options, progress

Asynchronously exports document data to a stream in HTML format. Allows you to specify export options and implement progress notifications.

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

ExportToHtmlAsync(Stream, HtmlDocumentExporterOptions, CancellationToken, IProgress<Int32>) stream, options, cancellationToken, progress

Asynchronously exports document data to a stream in HTML format. Allows you to specify export options, implement progress notifications, and cancel the operation.

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

ExportToHtmlAsync(Stream, HtmlDocumentExporterOptions, CancellationToken) stream, options, cancellationToken

Asynchronously 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.

ExportToHtmlAsync(Stream, HtmlDocumentExporterOptions) stream, options

Asynchronously 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.

ExportToHtmlAsync(Stream, Int32, IProgress<Int32>) stream, sheetIndex, progress

Asynchronously exports the specified worksheet to a stream in HTML format and allows you to implement progress notifications.

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

ExportToHtmlAsync(Stream, Int32, CancellationToken, IProgress<Int32>) stream, sheetIndex, cancellationToken, progress

Asynchronously exports the specified worksheet to a stream in HTML format. Allows you to implement progress notifications and cancel the operation.

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

ExportToHtmlAsync(Stream, Int32, CancellationToken) stream, sheetIndex, cancellationToken

Asynchronously 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.

ExportToHtmlAsync(Stream, Int32) stream, sheetIndex

Asynchronously 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.

ExportToHtmlAsync(String, CellRange, IProgress<Int32>) fileName, range, progress

Asynchronously exports the specified cell range to a file in HTML format and allows you to implement progress notifications.

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

ExportToHtmlAsync(String, CellRange, CancellationToken, IProgress<Int32>) fileName, range, cancellationToken, progress

Asynchronously exports the specified cell range to a file in HTML format. Allows you to implement progress notifications and cancel the operation.

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

ExportToHtmlAsync(String, CellRange, CancellationToken) fileName, range, cancellationToken

Asynchronously 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.

ExportToHtmlAsync(String, CellRange) fileName, range

Asynchronously 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.

ExportToHtmlAsync(String, Worksheet, IProgress<Int32>) fileName, sheet, progress

Asynchronously exports the specified worksheet to a file in HTML format and allows you to implement progress notifications.

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

ExportToHtmlAsync(String, Worksheet, CancellationToken, IProgress<Int32>) fileName, sheet, cancellationToken, progress

Asynchronously exports the specified worksheet to a file in HTML format. Allows you to implement progress notifications and cancel the operation.

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

ExportToHtmlAsync(String, Worksheet, CancellationToken) fileName, sheet, cancellationToken

Asynchronously 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.

ExportToHtmlAsync(String, Worksheet) fileName, sheet

Asynchronously 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.

ExportToHtmlAsync(String, HtmlDocumentExporterOptions, IProgress<Int32>) fileName, options, progress

Asynchronously exports document data to a file in HTML format. Allows you to specify export options and implement progress notifications.

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

ExportToHtmlAsync(String, HtmlDocumentExporterOptions, CancellationToken, IProgress<Int32>) fileName, options, cancellationToken, progress

Asynchronously exports document data to a file in HTML format. Allows you to specify export options, implement progress notifications, and cancel the operation.

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

ExportToHtmlAsync(String, HtmlDocumentExporterOptions, CancellationToken) fileName, options, cancellationToken

Asynchronously 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.

ExportToHtmlAsync(String, HtmlDocumentExporterOptions) fileName, options

Asynchronously 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.

ExportToHtmlAsync(String, Int32, IProgress<Int32>) fileName, sheetIndex, progress

Asynchronously exports the specified worksheet to a file in HTML format and allows you to implement progress notifications.

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

ExportToHtmlAsync(String, Int32, CancellationToken, IProgress<Int32>) fileName, sheetIndex, cancellationToken, progress

Asynchronously exports the specified worksheet to a file in HTML format. Allows you to implement progress notifications and cancel the operation.

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

ExportToHtmlAsync(String, Int32, CancellationToken) fileName, sheetIndex, cancellationToken

Asynchronously 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.

ExportToHtmlAsync(String, Int32) fileName, sheetIndex

Asynchronously 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.