Share via

How do I create an Powerpoint presentation using OpenXML

Anonymous
2012-04-26T00:28:16+00:00

Good day, I need to populate a PPT from my SQL db but the only example I was able to find refers to Templates that are not included in the downloadable solution. When I tried to do it myself, I get all kinds of errors.  Are there any complete examples of how to Create a PPT file for a web app using Open XML?

Microsoft 365 and Office | PowerPoint | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

Anonymous
2012-04-26T12:50:43+00:00

For more help on creating a PowerPoint presentation using Open XML you may post your query on the MSDN forum.

http://social.msdn.microsoft.com/Forums/en-US/oxmlsdk/threads

Was this answer helpful?

0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Anonymous
    2014-01-17T19:43:52+00:00

    Although it's not Open XML, something you may want to consider is SoftArtisans PowerPointWriter, which is a .NET API that uses a template-based approach to populating presentations with data. The template contains placeholders that indicate where the data or images should be inserted. 

    There are code examples that demonstrate how to populate a basic template with multiple data sets in the PowerPointWriter documentation. It requires very little code and has built-in behavior to repeat sections of the presentation to account for varying data set sizes.

    Disclaimer: I work for SoftArtisans, makers of PowerPointWriter.

    Was this answer helpful?

    0 comments No comments