講師回答 / 離島
可以下載,再試下?https://github.com/yanwydxf/office-automation
最新回答 / qq_慕用6091228
array:隊(duì)列,數(shù)組 我自己也試了下:
import?xlrd wb=xlrd.open_workbook('2.xls') sheet1=wb.sheet_by_index(0) row1=sheet1.row(2) print(type(row1)) print(sheet1.row_types(2)) print(type(sheet1.col(1))) print(sheet1.col_types(1))輸出...
2021-01-16