[Tutor] Importing Excel sheet data

Ian Witham witham.ian at gmail.com
Thu Sep 6 05:06:50 CEST 2007


Hi,

You should look at the 'csv' module in the Python Standard Library. If you
export your excel data to csv format, you can easily import the data in to
python using the csv module.

Ian

On 9/6/07, saradhi dinavahi <saradhi.dinavahi at gmail.com> wrote:
>
> hello all,
>
> I am new to the Python Programming. I want to Import Excel sheet data
> using Python. Can any one please provide me the code and explain the basic
> steps and method of executing the code.
>
>                              Thank You All
>
>
> _______________________________________________
> Tutor maillist  -  Tutor at python.org
> http://mail.python.org/mailman/listinfo/tutor
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/tutor/attachments/20070906/8a34f219/attachment.htm 


More information about the Tutor mailing list