上一页 1 ··· 6 7 8 9 10
摘要: import xlwt,xlrdimport openpyxlimport xlrdimport pymysqlimport xlrdimport pymysqlfname = "zongshujv.xls"bk = xlrd.open_workbook(fname)#shprint(bk)##sh 阅读全文
posted @ 2021-03-28 14:14 mjth 阅读(94) 评论(0) 推荐(0)
摘要: import xlrdimport pymysqlfname = "LAX0412.xls"bk = xlrd.open_workbook(fname)print(bk) try: sh = bk.sheet_by_index(0)except: print("////") nrows = sh.n 阅读全文
posted @ 2021-03-28 14:13 mjth 阅读(73) 评论(0) 推荐(0)
上一页 1 ··· 6 7 8 9 10