modified typo
parent
2da93761d6
commit
77231fe07e
|
@ -52,7 +52,7 @@ def generate_excel(report, space_name, reporting_start_datetime_local, reporting
|
||||||
|
|
||||||
wb = Workbook()
|
wb = Workbook()
|
||||||
ws = wb.active
|
ws = wb.active
|
||||||
ws.title = "MerBatch"
|
ws.title = "MeterBatch"
|
||||||
|
|
||||||
# Row height
|
# Row height
|
||||||
ws.row_dimensions[1].height = 102
|
ws.row_dimensions[1].height = 102
|
||||||
|
|
Loading…
Reference in New Issue