Is it possible to update a PowerPoint slide with new data (in C#)?
问题 Are there any examples out there on how to update a PowerPoint slide (by clearing the text in a certain textbox and updating it with new content)? I have a monthly report to generate in PowerPoint and I have all the data in a database. I am trying to determine if I can simply autogenerate the slides by having a blank PowerPoint template with three textboxes and the data would get filled in from my C# code. The other examples i would look for are: bulletted lists tables Any help in the right