I'm currently working on a way to generate Powerpoint presentation from Excel file. So, I decided to use Python as there is python-pptx which allows to work on .pptx files. I have to use a standard file on which I will add some shapes and texts but just whithin the first slide.
I've read python-pptx documentation but I didn't find a way to work on a defined slide (the first slide of my standard file). I found just a way to add a slide and work on it.
Can someone explain how to do it ?
If you don't understand my problem, tell me I will try to rephrase it.
Thanks
N.B : I'm French, on the web I didn't find a French documentation so I had to search English documentation. It's possible that I didn't understand something about my problem when I read it. Sorry, if you find it easily. I'm still working my English :D