Skip to main content

SpreadsheetExtension.PerformMailMerge Method

Name Parameters Description
PerformMailMerge(Func<Byte[]>, DocumentFormat, Object, String) templateContentAccessorByBytes, templateDocumentFormat, mailMergeDataSource, mailMergeMode Initializes the mail merge process and generates the resulting documents containing the merged information.
PerformMailMerge(Func<Byte[]>, DocumentFormat, Object) templateContentAccessorByBytes, templateDocumentFormat, mailMergeDataSource Initializes the mail merge process and generates the resulting documents containing the merged information.
PerformMailMerge(Func<Stream>, DocumentFormat, Object, String) templateContentAccessorByStream, templateDocumentFormat, mailMergeDataSource, mailMergeMode Initializes the mail merge process and generates the resulting documents containing the merged information.
PerformMailMerge(Func<Stream>, DocumentFormat, Object) templateContentAccessorByStream, templateDocumentFormat, mailMergeDataSource Initializes the mail merge process and generates the resulting documents containing the merged information.
PerformMailMerge(String, Object, String, Int32, DocumentFormat) pathToTemplateXlsx, mailMergeDataSource, mailMergeMode, documentIndex, documentFormat Initializes the mail merge process and generates the documents that contain the merged information.
PerformMailMerge(String, Object, String) pathToTemplateXlsx, mailMergeDataSource, mailMergeMode Initializes the mail merge process and generates the resulting documents containing the merged information.
PerformMailMerge(String, Object) pathToTemplateXlsx, mailMergeDataSource Initializes the mail merge process and generates the resulting documents containing the merged information.