import xlrd
xlsx = xlrd.open_workbook("桌面.xls")x = xlsx.sheet_names()print(x)
输出:[�]类似这种符号什么意思?
编码问题:#coding=gbk