Formmating excel cells with PyExcelerator or COM

2006-05-10 Thread Mauricio Tellez
yExcelerator neither with COM. Any clue? -- Mauricio Tellez -- http://mail.python.org/mailman/listinfo/python-list

best solution to for loop

2005-09-21 Thread Mauricio Tellez
t;> for row in data:    treeStore.append(row[0], row[1], row[4], "Ohio", row[5]) I read Guido's  An Optimization Anecdote ( http://www.python.org/doc/essays/list2str.html) and perhaps filter() or something like that could help. Any clue? -- Mauricio Tellez -- http://mail.python.org/mailman/listinfo/python-list