Skip to content

Commit 7f3cd48

Browse files
committed
Merge pull request #267 from akash0x53/master
Add ReportLab and OpenPyXL
2 parents 8624209 + 74fea6a commit 7f3cd48

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,9 +213,11 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
213213
* [XlsxWriter](https://xlsxwriter.readthedocs.org/) - A Python module for creating Excel .xlsx files.
214214
* [xlwings](http://xlwings.org/) - A BSD-licensed library that makes it easy to call Python from Excel and vice versa.
215215
* [Marmir](https://github.com/brianray/mm) - Takes Python data structures and turns them into spreadsheets.
216+
* [openpyxl](https://openpyxl.readthedocs.org/en/latest/) - Read/write Excel 2007+ files.
216217
* PDF
217218
* [PDFMiner](https://github.com/euske/pdfminer) - A tool for extracting information from PDF documents.
218219
* [PyPDF2](https://github.com/mstamy2/PyPDF2) - A library capable of splitting, merging and transforming PDF pages.
220+
* [ReportLab](https://bitbucket.org/rptlab/reportlab) - A PDF Toolkit, create rich PDF documents, charts and lot.
219221
* Markdown
220222
* [Python-Markdown](https://github.com/waylan/Python-Markdown) - A Python implementation of John Gruber’s Markdown.
221223
* [Mistune](https://github.com/lepture/mistune) - Fastest and full featured pure Python parsers of Markdown.

0 commit comments

Comments
 (0)