[Tutor] xls file

John Fouhy john at fouhy.net
Thu Aug 16 00:09:42 CEST 2007


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

-- 
John.

On 16/08/07, Kirk Bailey <deliberatus at verizon.net> 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 <deliberatus at verizon.net> 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.
>


More information about the Tutor mailing list