From 6549a52e96fd827869a4e8257d7c609e65bf4ba9 Mon Sep 17 00:00:00 2001 From: Dave Jones Date: Wed, 18 Oct 2023 17:44:47 -0400 Subject: [PATCH 1/2] add pyexcel to list --- content/pages/index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/pages/index.md b/content/pages/index.md index 3cae80f..78cf935 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 files (xls), Excel 2010 files (xlsx), Open Spreadsheet files (ods), and many other data formats. + +[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) From 4c59e014c2e1cb9a7d923a203558dccd75e07d88 Mon Sep 17 00:00:00 2001 From: Dave Jones Date: Wed, 18 Oct 2023 17:50:11 -0400 Subject: [PATCH 2/2] fix typo --- content/pages/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/pages/index.md b/content/pages/index.md index 78cf935..1b2e06d 100644 --- a/content/pages/index.md +++ b/content/pages/index.md @@ -17,7 +17,7 @@ The recommended package for reading and writing Excel 2010 files (ie: .xlsx) ### pyexcel -Library with a unified api for reading and writing files with older Excel files (xls), Excel 2010 files (xlsx), Open Spreadsheet files (ods), and many other data formats. +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)