From cc17e950e8646eca938c99c76f37965e3f9f474f Mon Sep 17 00:00:00 2001 From: filinpavel Date: Fri, 26 Sep 2014 21:40:41 +0700 Subject: [PATCH] Update README.md Added xlwings in Specific Formats Processing section. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 151a93aa..9ff6c35a 100644 --- a/README.md +++ b/README.md @@ -209,6 +209,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [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. + * [xlwings](http://xlwings.org/) - A BSD-licensed library that makes it easy to call Python from Excel and vice versa. * [Marmir](https://github.com/brianray/mm) - Takes Python data structures and turns them into spreadsheets. * PDF * [PDFMiner](https://github.com/euske/pdfminer) - A tool for extracting information from PDF documents.