摘要: # -*- coding: utf-8 -*-import xdrlib ,sysimport xlrd#打开excel文件def open_excel(file= 'example.xlsx'): try: data = xlrd.open_workbook(file) return data e 阅读全文