On Oct 20, 1:02 pm, MRAB wrote:
> On 20/10/2011 19:39, Christopher Saunders wrote:
>
>
>
>
>
>
>
>
>
> > I have an excel sheet with a bunch of info regarding the stops a
> > delivery truck makes throughout the day. I can successfully extract
> >
I have an excel sheet with a bunch of info regarding the stops a
delivery truck makes throughout the day. I can successfully extract
the information I need with xlrd. This is the code I am using:
book = xlrd.open_workbook(r'c:\xytest.xls')
sheet= book.sheet_by_index(0)
odList = []
for i in rang