[Tutor] Importing Excel sheet data
Ian Witham
witham.ian at gmail.com
Thu Sep 6 05:24:55 CEST 2007
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 <saradhi.dinavahi at gmail.com> wrote:
>
> hi Ian ,
>
> I have read the CSV module. But I felt difficult to write a code for my
> requirement.
>
> Thank You.
>
>
> On 9/5/07, Ian Witham <witham.ian at gmail.com> wrote:
> >
> > 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/4ba60d24/attachment-0001.htm
More information about the Tutor
mailing list