Skip to content

Commit cc8a218

Browse files
committed
Move pyexcel to below xlsxwriter
xlsxwriter is more established and more general purpose, whereas it appears that pyexcel is more focused on purely writing data to Excel formats without formatting or other features.
1 parent 79fbb11 commit cc8a218

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

content/pages/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@ The recommended package for reading and writing Excel 2010 files (ie: .xlsx)
1515

1616
[Download](http://pypi.python.org/pypi/openpyxl) | [Documentation](https://openpyxl.readthedocs.org/) | [Bitbucket](https://bitbucket.org/openpyxl/openpyxl)
1717

18-
### pyexcel
19-
20-
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.
21-
22-
[Download](https://pypi.org/project/pyexcel/) | [Documentation](https://docs.pyexcel.org/en/latest/) | [Bitbucket](https://github.com/pyexcel/pyexcel)
23-
2418
### xlsxwriter
2519

2620
An alternative package for writing data, formatting information and, in particular, charts in the Excel 2010 format (ie: .xlsx)
2721

2822
[Download](https://pypi.python.org/pypi/XlsxWriter) | [Documentation](https://xlsxwriter.readthedocs.org/) | [GitHub](https://github.com/jmcnamara/XlsxWriter)
2923

24+
### pyexcel
25+
26+
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.
27+
28+
[Download](https://pypi.org/project/pyexcel/) | [Documentation](https://docs.pyexcel.org/en/latest/) | [Bitbucket](https://github.com/pyexcel/pyexcel)
29+
3030
### pyxlsb
3131

3232
This package allows you to read Excel files in the `xlsb` format.

0 commit comments

Comments
 (0)