Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 399 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 399 Bytes

Export data from excel to word

Formatting data (templates) from excel .xlsx, export to a .docx (word) file.

How to run it:

  • clone this repository
  • execute the folder with python:
    python excelToWord

REQUIREMENTS:

modules :

  • pandas,
  • python-docx,
  • xlrd

pip install pandas

pip install python-docx

pip install xlrd

License:

MIT License