Python: Writing to Excel 2007+ files (.xlsx files)

Jonathan picture Jonathan · Nov 23, 2010 · Viewed 21.2k times · Source

Is there a Python module that writes Excel 2007+ files?
I'm interested in writing a file longer than 65535 lines and only Excel 2007+ supports it.

Answer

Mark Baker picture Mark Baker · Nov 23, 2010

Take a look at Eric' Gazoni's openpyxl project. The code can be found on bitbucket.