is 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 direction would be appreciated. I see a few questions on SOF that are similar but none seems to answer this question.
i assume the easiest would be to use the OpenXML format (.pptx) as i am running on a web server that may not have powerpoint on the machine.