Modify the G3 cell style

pull/7/head
YangZhang-GitHub 2021-03-05 17:17:10 +08:00
parent 5e107e3b5c
commit 73e1e876b9
1 changed files with 1 additions and 0 deletions

View File

@ -155,6 +155,7 @@ def generate_excel(report,
ws['G3'].alignment = b_c_alignment
ws['G3'].font = name_font
ws['G3'] = reporting_start_datetime_local + "__" + reporting_end_datetime_local
ws['G3'].border = b_border
ws.merge_cells("G3:H3")
if "reporting_period" not in report.keys() or \