Back to Devexpress

Workbook.LoadDocumentAsync Method

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

latest14.0 KB
Original Source

Workbook.LoadDocumentAsync Method

NameParametersDescription
LoadDocumentAsync(Byte[], DocumentFormat, IProgress<Int32>)buffer, format, progress

Asynchronously loads a document in the specified format from a byte array 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.

| | LoadDocumentAsync(Byte[], DocumentFormat, CancellationToken, IProgress<Int32>) | buffer, format, cancellationToken, progress |

Asynchronously loads a document in the specified format from a byte array. 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.

| | LoadDocumentAsync(Byte[], DocumentFormat, CancellationToken) | buffer, format, cancellationToken |

Loads a document asynchronously in the specified format from a byte array.

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

| | LoadDocumentAsync(Byte[], DocumentFormat) | buffer, format |

Loads a document asynchronously in the specified format from a byte array.

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

| | LoadDocumentAsync(Byte[], IProgress<Int32>) | buffer, progress |

Asynchronously loads a document from a byte array and allows you to implement progress notifications. The file format is determined based on document content

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

| | LoadDocumentAsync(Byte[], CancellationToken, IProgress<Int32>) | buffer, cancellationToken, progress |

Asynchronously loads a document from a byte array (the file format is determined based on document content). 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.

| | LoadDocumentAsync(Byte[], CancellationToken) | buffer, cancellationToken |

Loads a document asynchronously from a byte array.

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

| | LoadDocumentAsync(Byte[]) | buffer |

Loads a document asynchronously from a byte array.

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

| | LoadDocumentAsync(Stream, DocumentFormat, IProgress<Int32>) | stream, format, progress |

Asynchronously loads a document in the specified format from a stream 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.

| | LoadDocumentAsync(Stream, DocumentFormat, CancellationToken, IProgress<Int32>) | stream, format, cancellationToken, progress |

Asynchronously loads a document in the specified format from a stream. 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.

| | LoadDocumentAsync(Stream, DocumentFormat, CancellationToken) | stream, format, cancellationToken |

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

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

| | LoadDocumentAsync(Stream, DocumentFormat) | stream, format |

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

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

| | LoadDocumentAsync(Stream, IProgress<Int32>) | stream, progress |

Asynchronously loads a document from a stream and allows you to implement progress notifications. The file format is determined based on document content.

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

| | LoadDocumentAsync(Stream, CancellationToken, IProgress<Int32>) | stream, cancellationToken, progress |

Asynchronously loads a document from a stream (the file format is determined based on document content). 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.

| | LoadDocumentAsync(Stream, CancellationToken) | stream, cancellationToken |

Loads a document asynchronously from a stream.

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

| | LoadDocumentAsync(Stream) | stream |

Loads a document asynchronously from a stream.

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

| | LoadDocumentAsync(String, DocumentFormat, IProgress<Int32>) | fileName, format, progress |

Asynchronously loads a document in the specified format from a file 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.

| | LoadDocumentAsync(String, DocumentFormat, CancellationToken, IProgress<Int32>) | fileName, format, cancellationToken, progress |

Asynchronously loads a document in the specified format from a file. 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.

| | LoadDocumentAsync(String, DocumentFormat, CancellationToken) | fileName, format, cancellationToken |

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

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

| | LoadDocumentAsync(String, DocumentFormat) | fileName, format |

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

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

| | LoadDocumentAsync(String, IProgress<Int32>) | fileName, progress |

Asynchronously loads a document from a file and allows you to implement progress notifications. The file format is determined based on document content.

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

| | LoadDocumentAsync(String, CancellationToken, IProgress<Int32>) | fileName, cancellationToken, progress |

Asynchronously loads a document from a file (the file format is determined based on document content). 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.

| | LoadDocumentAsync(String, CancellationToken) | fileName, cancellationToken |

Loads a document asynchronously from a file.

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

| | LoadDocumentAsync(String) | fileName |

Loads a document asynchronously from a file.

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

|