문제

I have to import in python the containt of a French written xls file.. I was managing to use the xlrd library but I'm not able to deal with the accent. I know the right codec should be UTF-8, but I don't know how to set it in the starting xls file.. any hint?

도움이 되었습니까?

해결책

SOLVED: in the end I decided to export the original file in csv, using the codec utf-8.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top