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.
The XlsxWriter Python module writes 2007+ xlsx files.