AnalyticReporting.MergeDataSources Method

Merges several Excel data sources.
public string MergeDataSources( 
IEnumerable<string> dataSourcesPaths
bool showWaitingForm 
)
This language is not supported or no code example is available.

Parameters

dataSourcesPaths
IEnumerable<string>

A collection of full paths to the Excel data source files.

showWaitingForm
bool

If set to true a waiting form is displayed; otherwise nothing is displayed.

Return Value

string

The full path to the merged file.

Exception type Condition

QdvApiException

A problem occurred.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition