mirror of
https://github.com/vinta/awesome-python
synced 2024-11-15 00:07:24 +00:00
add openpyx Fixes #360
This commit is contained in:
parent
4c693e9e3b
commit
985af6ad4c
1 changed files with 1 additions and 1 deletions
|
@ -215,6 +215,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
|||
* [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.
|
||||
* [xlwings](http://xlwings.org/) - A BSD-licensed library that makes it easy to call Python from Excel and vice versa.
|
||||
* [openpyxl](https://openpyxl.readthedocs.org/en/latest/) - A library for reading and writing Excel 2010 xlsx/xlsm/xltx/xltm files.
|
||||
* [Marmir](https://github.com/brianray/mm) - Takes Python data structures and turns them into spreadsheets.
|
||||
* [unoconv](https://github.com/dagwieers/unoconv) - Convert between any document format supported by LibreOffice/OpenOffice.
|
||||
* PDF
|
||||
|
@ -1109,7 +1110,6 @@ Where to discover new Python libraries.
|
|||
* [CoolGithubProjects](http://coolgithubprojects.com/) - Sharing cool github projects just got easier!
|
||||
* [Full Stack Python](http://www.fullstackpython.com/) - Plain English explanations for every layer of the Python web application stack.
|
||||
* [Django Packages](https://www.djangopackages.com/) - A directory of reusable apps, sites, tools, and more for Django projects.
|
||||
* [PyFormat](http://pyformat.info/) - Simple usage examples for Python string formatting
|
||||
|
||||
## Weekly
|
||||
|
||||
|
|
Loading…
Reference in a new issue