SpreadsheetExtension.PerformMailMerge(String, Object) Method
Initializes the mail merge process and generates the resulting documents containing the merged information.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
public SpreadsheetExtension PerformMailMerge(
string pathToTemplateXlsx,
object mailMergeDataSource
)
Parameters
Name | Type | Description |
---|---|---|
pathToTemplateXlsx | String | A string value that specifies the path to a template for mail merge. |
mailMergeDataSource | Object | An object specifying the data source object for mail merge. |
Returns
Type | Description |
---|---|
SpreadsheetExtension | A SpreadsheetExtension object that represents the Spreadsheet extension. |
See Also