PowerPoint PPTX — PowerPoint 自动化生成
版本: 1.0.0 | Slug:
powerpoint-pptx| 难度: ⭐⭐
📖 简介
使用 python-pptx 库程序化创建、编辑和自动化 PowerPoint 演示文稿。支持 7 种内置布局,可处理文本、图表、表格和图片。
📦 安装
安装 Python 依赖
🔧 核心用法
创建演示文稿
7 种内置布局
添加表格
添加图片
💡 使用场景
❓ 常见问题
Q: 中文显示方块?
设置字体为支持中文的字体:run.font.name = "微软雅黑"。
Q: 如何使用自定义模板?
Presentation("template.pptx") 加载模板,然后添加幻灯片。

