For a current project I need advanced access to Excel via Python. I found the xlwt project on http://www.python-excel.org/ that allows me to create Excel files and store data into the cells. That's fine.
Unfortunately I need also the following features:
- Import a external graphic file (EPS)
- Export a whole spreadsheet as EPS
Any one who knows how to fix this? Workaround using OpenOffice is also OK (even better, we all love free software).