I have a directory of files that I want to use the xlrd module in Python to loop through and read values out of. There are several worksheets in each file and some of them are hidden and password protected. The worksheet that I need to pull values off of is not protected. However, I get the error: I have a directory of files that I want to use