xlutils allows you to copy and modify Excel files writing Excel 2003 files.
xlutils is based on xlrd and xlwt and allows for modifying (not in place, complete files are written)
Excel files. It is limited by the underlying libraries and therefore can read Excel 2007, but cannot write that format (.xlsx
, .xlsm
).
Documentation: http://pythonhosted.org/xlutils/