mirror of
https://github.com/vinta/awesome-python
synced 2024-11-15 00:07:24 +00:00
Fix broken link for xlsxwriter
This commit is contained in:
parent
77f35bfd87
commit
c6a16158be
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
|
|||
* [python-docx](https://github.com/python-openxml/python-docx) - Reads, queries and modifies Microsoft Word 2007/2008 docx files.
|
||||
* [relatorio](http://relatorio.tryton.org/) - Templating OpenDocument files.
|
||||
* [unoconv](https://github.com/dagwieers/unoconv) - Convert between any document format supported by LibreOffice/OpenOffice.
|
||||
* [XlsxWriter](https://xlsxwriter.readthedocs.org/en/latest/) - A Python module for creating Excel .xlsx files.
|
||||
* [XlsxWriter](https://xlsxwriter.readthedocs.io) - A Python module for creating Excel .xlsx files.
|
||||
* [xlwings](http://xlwings.org/) - A BSD-licensed library that makes it easy to call Python from Excel and vice versa.
|
||||
* [xlwt](https://github.com/python-excel/xlwt) / [xlrd](https://github.com/python-excel/xlrd) - Writing and reading data and formatting information from Excel files.
|
||||
* PDF
|
||||
|
|
Loading…
Reference in a new issue