Skip to content

Helpers for writing Pandas DataFrames into word documents using python-docx

License

Notifications You must be signed in to change notification settings

flowmatters/pd-to-word

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pd-to-word

Helpers for writing Pandas DataFrames into word documents using python-docx

Installation

You'll need Python 3

pip install https://github.com/flowmatters/pd-to-word/archive/master.zip

At this stage we haven't tagged releases so you just install from the latest version.

To upgrade, uninstall the one you've got, then install again

pip uninstall -y pd-to-word
pip install https://github.com/flowmatters/pd-to-word/archive/master.zip

About

Helpers for writing Pandas DataFrames into word documents using python-docx

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages