Ian Witham wrote:
> HI Saradhi,
> 
> I too am fairly new to Python, but I use the csv module successfully for 
> my work. Could you be a little more specific as to what your 
> requirements are and where you are finding difficulty?
> 
> Ian.
> 
> On 9/6/07, *saradhi dinavahi* <[EMAIL PROTECTED] 
> <mailto:[EMAIL PROTECTED]>> wrote:
> 
>     hi Ian ,
>      
>     I have read the CSV module. But I felt difficult to write a code for
>     my requirement.

For reading only there is also xlrd:
http://www.lexicon.net/sjmachin/xlrd.htm

The csv module was recently covered here:
http://blog.doughellmann.com/2007/08/pymotw-csv.html

If you are having trouble with the basics you would do well to read one 
of the tutorials here or an introductory book:
http://wiki.python.org/moin/BeginnersGuide/NonProgrammers

BTW we usually bottom post on this list.
http://catb.org/jargon/html/B/bottom-post.html

Kent
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to