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.LoadDocumentAsync Method

    Name Parameters Description
    LoadDocumentAsync(Byte[], DocumentFormat, CancellationToken) buffer, format, cancellationToken Loads a document asynchronously in the specified format from a byte array.
    LoadDocumentAsync(Byte[], DocumentFormat) buffer, format Loads a document asynchronously in the specified format from a byte array.
    LoadDocumentAsync(Byte[], CancellationToken) buffer, cancellationToken Loads a document asynchronously from a byte array.
    LoadDocumentAsync(Byte[]) buffer Loads a document asynchronously from a byte array.
    LoadDocumentAsync(Stream, DocumentFormat, CancellationToken) stream, format, cancellationToken Loads a document asynchronously in the specified format from a stream.
    LoadDocumentAsync(Stream, DocumentFormat) stream, format Loads a document asynchronously in the specified format from a stream.
    LoadDocumentAsync(Stream, CancellationToken) stream, cancellationToken Loads a document asynchronously from a stream.
    LoadDocumentAsync(Stream) stream Loads a document asynchronously from a stream.
    LoadDocumentAsync(String, DocumentFormat, CancellationToken) fileName, format, cancellationToken Loads a document asynchronously in the specified format from a file.
    LoadDocumentAsync(String, DocumentFormat) fileName, format

    Loads a document asynchronously in the specified format from a file.

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

    LoadDocumentAsync(String, CancellationToken) fileName, cancellationToken Loads a document asynchronously from a file.
    LoadDocumentAsync(String) fileName Loads a document asynchronously from a file.