Change the cell name 'consume' to 'output'

pull/3/head
YangZhang-GitHub 2021-03-04 20:18:38 +08:00
parent 413077a6ee
commit 1d2923e915
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ def generate_excel(report,
ws['B' + str(current_row_number)].font = title_font
ws['B' + str(current_row_number)].alignment = c_c_alignment
ws['B' + str(current_row_number)].border = f_border
ws['B' + str(current_row_number)] = '消耗'
ws['B' + str(current_row_number)] = '产出'
col = 'C'