Updated python-docx repo link.

This commit is contained in:
Clayton A. Alves 2014-08-26 09:52:46 -04:00
parent 0306e9eb55
commit 8354437388
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
* General
* [tablib](https://github.com/kennethreitz/tablib) - A module for Tabular Datasets in XLS, CSV, JSON, YAML.
* Office
* [python-docx](https://github.com/mikemaccana/python-docx) - Reads, queries and modifies Microsoft Word 2007/2008 docx files.
* [python-docx](https://github.com/python-openxml/python-docx) - Reads, queries and modifies Microsoft Word 2007/2008 docx files.
* [xlwt](https://github.com/python-excel/xlwt) / [xlrd](https://github.com/python-excel/xlrd) - Writing and reading data and formatting information from Excel files.
* [XlsxWriter](https://xlsxwriter.readthedocs.org/) - A Python module for creating Excel .xlsx files.
* [Marmir](https://github.com/brianray/mm) - Takes Python data structures and turns them into spreadsheets.