Questions tagged as 'xlrd'

2
answers

XLSX Python Search

With this code I can convert a certain column of an xlsx into a list. I need a function that looks in the directory where I am if there is any file with the values that are in my list called to: >>> [u'Jose', u'Martin', u'Pedro'] prin...
asked by 21.12.2017 / 02:57
0
answers

Use the python xlrd module [closed]

I installed the xlrd module on my computer and I can not use it. When importing xlrd I get the following: Traceback (most recent call last): File "<pyshell#11>", line 1, in <module> import xlrd File "C:\Python27\xlrd.py", l...
asked by 16.06.2016 / 03:33