office-toolkit
SKILL.md
office-toolkit
处理 Office 文档:Word(.docx)、Excel(.xlsx/.csv)、PPT(.pptx)、PDF。
环境要求
pip install --break-system-packages python-docx openpyxl python-pptx pypdf
sudo apt install libreoffice-writer libreoffice-calc libreoffice-impress pandoc
快速参考
| 任务 | 库/命令 |
|---|---|
| 读 Word | python-docx 或 pandoc -t markdown |
| 创建/编辑 Word | python-docx |
| 读 Excel | openpyxl 或 pandas |
| 创建/编辑 Excel | openpyxl |