Formatting data (templates) from excel .xlsx, export to a .docx (word) file.
- clone this repository
- execute the folder with python:
python excelToWord
modules :
- pandas,
- python-docx,
- xlrd
pip install pandas
pip install python-docx
pip install xlrd