Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions content/pages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

api -> API?

Not 100% it belongs on this site, though, since it appears to just be a bunch of wrappers around other libraries, such as xlrd, xlwt, etc...

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not 100% it belongs on this site, though, since it appears to just be a bunch of wrappers around other libraries

I don't quite see why this is a problem, it's a library for interfacing with excel files, regardless of how it achieves that. Since python-excel.org is the first result when searching "python excel libraries" it would be nice to let people know that there are options for interfacing with both formats without writing your open wrapper or duplicating logic.

Maybe it can go in a different spot on the page and we adjust the language to clarify that it is a wrapper around openpyxl, xlrd, etc that uses a unified apiAPI. Could also include pandas, but I don't believe pandas can write xls files.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, probably a newer section, "Higher level libraries and frameworks" or some such. Anyway, it's moot until the publishing process is fixed.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cjw296 I'll take a look at what's gone wrong with the GH action


[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)
Expand Down