Skip to content
This repository has been archived by the owner on Jun 23, 2020. It is now read-only.

Latest commit

 

History

History
26 lines (17 loc) · 894 Bytes

README.rst

File metadata and controls

26 lines (17 loc) · 894 Bytes

pptx-template


pptx-template is a PowerPoint presentation builder.

This helps your routine reporting work that have many manual copy-paste from excel chart to powerpoint, or so.

  • Building a new powerpoint presentation file from a "template" pptx file which contains "id"
  • Import some strings and CSV data which is defined in a JSON config file or a Python dict
  • "id" in pptx template is expressed as a tiny DSL, like "{sales.0.june.us}"
  • requires python envirionment (2 or 3), pandas, python-pptx
  • for now, only UTF-8 encoding is supported for json, csv

For further information, please visit GitHub: https://github.com/skar404/pptx-template

changelogs

2017.07.18

  • Added "xlsx-mode"
  • Fixed many small bugs