核心業務課程

import xlrd def duqu(m): data=xlrd.open_workbook(f'{m}') for j in range(30): try: table=data.sheets()[j] nrows = table.nrows #獲取行數 except:
相關文章
相關標籤/搜索