最新回答 / 大大大溫
xlrd data?=?xlrd.open_workbook() sheet?=?data.sheet_by_index() resList?=?[] i?(sheet.nrows): ????i?&??t?: ????????tmp?=?{} ????????tmp[]?=?sheet.cell(i,?).value ????????tmp[]?=?sheet.cell(i,?).value ??...
2021-06-29