Python, how to insert value in Powerpoint template? -


i want use existing powerpoint presentation generate series of reports:

in imagination powerpoint slides have content in such or similar form:

date of report: {{report_date}}  number of sales: {{no_sales}} ... 

then python app opens powerpoint, fills in values report , saves report new name. googled, not find solution this.

there python-pptx out there, creating new presentation , not inserting values in template.

can advice?

i tried on ".ppx" file had hanging around.
microsoft office power point ".pptx" file in ".zip" format.
when unzipped file, got ".xml" file , 3 directories.
".pptx" file has 116 slides comprised of 3,477 files , 22 directories/subdirectories.
normally, not workable, since have 2 short changes figure out change , zip files make new ".ppx" file.
warning: there xml blobs of binary data in 1 or more of ".xml" files.


Comments

Popular posts from this blog

java - Jasper subreport showing only one entry from the JSON data source when embedded in the Title band -

serialization - Convert Any type in scala to Array[Byte] and back -

SonarQube Plugin for Jenkins does not find SonarQube Scanner executable -