http://pyspread.sourceforge.net/
The rest of the results also include some xls/odf read/write modules. Coupling with Google docs/whatever may be another idea.
But thx anyway :)
import csv file = csv.reader(open('config.csv'), delimiter='\t') for row in file: for cell in row: # do something with the cell
csv.DictReader(open('config.csv'), delimiter=",")
guy myself, but thx anyway :)