diff --git a/content/pages/index.md b/content/pages/index.md index 3cae80f..1b2e06d 100644 --- a/content/pages/index.md +++ b/content/pages/index.md @@ -15,6 +15,12 @@ The recommended package for reading and writing Excel 2010 files (ie: .xlsx) [Download](http://pypi.python.org/pypi/openpyxl) | [Documentation](https://openpyxl.readthedocs.org/) | [Bitbucket](https://bitbucket.org/openpyxl/openpyxl) +### pyexcel + +Library with a unified api for reading and writing files with older Excel format (xls), Excel 2010 format (xlsx), OpenDocument Spreadsheet format (ods), and many others. + +[Download](https://pypi.org/project/pyexcel/) | [Documentation](https://docs.pyexcel.org/en/latest/) | [Bitbucket](https://github.com/pyexcel/pyexcel) + ### xlsxwriter An alternative package for writing data, formatting information and, in particular, charts in the Excel 2010 format (ie: .xlsx)