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
相关文章
相关标签/搜索