Really?  What are you having trouble with?  I have used pyexcelerator
under Windows without problems.

-- 
John.

On 16/08/07, Kirk Bailey <[EMAIL PROTECTED]> wrote:
> looks good. works bad; this is a windows workplace. ouch. Advice please
> (other than change operating systems)?
>
> John Fouhy wrote:
> > On 15/08/07, Kirk Bailey <[EMAIL PROTECTED]> wrote:
> >> Ii want to read a xls file and use the data in part  of it. What module
> >> would help make sense of one?
> >
> > I have used pyExcelerator in the past.  You can find it with google.
> >
> > Sample usage:
> >
> > import pyExcelerator
> > workbook = pyExcelerator.parse_xls('filename.xls')
> > worksheet = workbook['Sheet 1']
> > # print cells A1 and B1
> > print worksheet[(0,0)], worksheet[(0,1)]
> >
>
> --
> Salute!
>         -Kirk Bailey
>            Think
>           +-----+
>           | BOX |
>           +-----+
>            knihT
>
> Fnord.
>
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to