[Tutor] Excel files to Tab delim files

Danny Yoo dyoo at hkn.eecs.berkeley.edu
Fri Jan 6 01:18:54 CET 2006


> >From that, you should be able to easliy produce a tab delimited file
> (or anything else you want).

There's even a 'csv' module in Python's Standard Library to handle some of
the awkward cases in generating tab-delimited data:

    http://www.python.org/doc/lib/module-csv.html



More information about the Tutor mailing list