Hello,

I have been assigned a seemingly easy task at work, and I told my boss I would do it really fast but I soon realized I don't know how the XLRD module works.
Im trying to access data from a spreadsheet, and then write it to a word file
I have four columns (Name, Address, URL and Details), and the output should be of the form:

*first row
Name - oihfdafsas
Address- fasdfasd
URL - nfdsknd
Details - ksfnls

*second row
Name- hsdihsd
Address- hdshsd
URL- ksknd
Details- ishdosd

and so on

How should I go about it?
I tried some code but I got this error and I dont know why:
Syntax Error: print "EXTERNSHEET(b7-):": C:\Python33\lib\site-packages\xlrd\__init__.py, line 99941

Any Help would be Much Appreciated!

Regards,
Manik Saraf