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