API Reference

Interface

IExcelQueryExecutionHost

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Modifiers abstract

Caller-provided query executor. OfficeIMO does not include network or database providers.

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Methods

public abstract Task<ExcelQueryExecutionResult> ExecuteAsync(ExcelQueryExecutionRequest request, CancellationToken cancellationToken) #
Returns: Task<ExcelQueryExecutionResult>

Executes a query and returns a bounded, lazily enumerable tabular result.

Parameters

request OfficeIMO.Excel.ExcelQueryExecutionRequest requiredposition: 0
cancellationToken System.Threading.CancellationToken requiredposition: 1