I am parsing an xsl file using xlrd. Most of the things are working fine. I have a dictionary where keys are strings and values are lists of strings. All the keys and values
I had the same problem. This work fine for me:
str(objdata).encode('utf-8')