我正在尝试用xlrd读取一个.xlsx。我把一切都安排好了工作。它适用于正常英文字母和数字的数据。encode character u'\xd6' in position 1: ordinal not in range(128)# -*- coding: cp1252 -*-sheet = workbook.sheet
在使用pip安装xlrd之后,我仍然无法让它在我的脚本中工作。我不知道我是不是错过了完全显而易见的东西-请帮帮忙!当前,在命令行中输入pip list将提供以下内容:setuptools (32.1.0)xlrd (1.0.0)Name: xlrdSummary: Library for developers to extract data from Microsoft Excel (Tra