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.
Take a look at Eric' Gazoni's openpyxl project. The code can be found on bitbucket.