python建立表格並寫入內容

def output_xls(xls_path, cato, recall, prec, ap, mrecall, mprec, mAP): book = xlwt.Workbook() #建立一個Excel sheet1 = book.add_sheet('1') sheet1.write(0,0,'catogory_name') sheet1.write(0
相關文章
相關標籤/搜索