Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V19.2
  • .NET Framework 4.5.2+
    Row

    Workbook.ExportToHtmlAsync Method

    Name Parameters Description
    ExportToHtmlAsync(Stream, CellRange, CancellationToken) stream, range, cancellationToken

    Asynchronously exports the specified range to the specified stream in HTML format.

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