Description
This sample demonstrates how to use PowerPointWriter to programatically create Certificates of Completion for a group of students.The Data
Our Excel file contains the names of the students who are receiving a certificate.
The Template
Our template presentation has a single slide that will be repeated for each student.
h3. The Code
The code below creates a data table containing some of the names of the students. It then binds the names and information about the course to the presentation. See Extracting Data from Excel to learn how to extract data directly from the Excel spreadsheet.
Result
The resulting output shows all the data from the Excel spreadsheet in a PowerPoint presentation table.
Downloads
* Image: InstructorSignature.png
* Template: CertificateTemplate.pptx
* Sample output: CertificatesOut.pptx