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 <[EMAIL PROTECTED]> 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@python.org
> http://mail.python.org/mailman/listinfo/tutor
>
>
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to