python-pptx(English)

スポンサーリンク
Python

【Python×PowerPoint】Insert “Shape, Image and Text Box” in python-pptx

This is a step-by-step guide to inserting shapes, images, and text boxes into slides using the "python-ppptx" library.The "python-pptx" library provides classes for manipulating shapes and images.
2022.09.18
Python

【Python×PowerPoint】Insert Table into Slide in ”python-pptx”

This lecture explains how to create tables and insert them into slides using the python-pptx library, allowing you to create full-fledged graphs using only python-pptx.
2022.07.28
Python

【Python×PowerPoint】Add Graph to Slide in python-pptx

This article explains the procedure for inserting graphs into slides with the "python-ppptx" library. It is illustrated with bar charts and scatter plots as examples.
2022.07.25
Python

【Python×PowerPoint】Edit Text in Paragraph with python-pptx

To set and edit presentation(pptx) strings at a higher level, you need to be familiar with the "TextFrame object" and other related objects, methods, and attributes.
2022.07.24
Python

【Python×PowerPoint】Create Presentation File and Slides with python-pptx

This is an explanation of "python-ppptx" to manipulate PowerPoint with Python. In this article, basic operations (creating and saving files and using templates) will be explained.
2022.07.24
スポンサーリンク
タイトルとURLをコピーしました