I'm a python programmer and I have to insert notes en-mass into an excel spreadsheet. Does anybody know some way that's easy/practical using a python script? (could be a java script, if it had examples).
It can be on a .xls, .xlsx or .ods, and can be in any OS (although I'm a linux user, so if I could have my solution portable to linux, it would be better).
I've tried xlwt module for python and searched for someway to do this using csv, but no success.