windowsforms-16257-controls-and-libraries-spreadsheet-mail-merge-overview.md
The Mail Merge functionality enables you to automatically generate a set of documents based on a single template and include unique data values retrieved from a data source into each document. This feature can be useful for a variety of business requirements, such as personalizing letters, and composing catalogs and reports.
This document contains an overview of the mail merge process and lists special mail merge tools provided by SpreadsheetControl.
To perform a mail merge, you need a template and a data source.
Use the template workbook’s IWorkbook.MailMergeOptions property to get access to the mail merge options.
The IWorkbook.GenerateMailMergeDocuments method of the template workbook finalizes the mail merge process. It returns a collection of resulting workbooks (if the Single Sheet or Multiple Sheets mail merge mode is used, the collection will contain a single workbook). You can open the resulting workbook in a SpreadsheetControl instance, or save it to a file or stream.
The Mail Merge section contains step-by-step tutorials on how to use the SpreadsheetControl’s mail merge functionality.
SpreadsheetControl provides a set of easy-to-use tools allowing your end-users to visually design templates and preview mail merge results on-the-fly.
See Also