Skip to content

Import data from excel and export formatted data to a word document

License

Notifications You must be signed in to change notification settings

lorena112233/excelToWord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages