From 77231fe07ecced14f7e882efab3e3beb97ffd8ad Mon Sep 17 00:00:00 2001 From: Caozhenhui <823914102@qq.com> Date: Fri, 23 Jul 2021 17:28:03 +0800 Subject: [PATCH] modified typo --- myems-api/excelexporters/meterbatch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/myems-api/excelexporters/meterbatch.py b/myems-api/excelexporters/meterbatch.py index 58fda259..c55d44fa 100644 --- a/myems-api/excelexporters/meterbatch.py +++ b/myems-api/excelexporters/meterbatch.py @@ -52,7 +52,7 @@ def generate_excel(report, space_name, reporting_start_datetime_local, reporting wb = Workbook() ws = wb.active - ws.title = "MerBatch" + ws.title = "MeterBatch" # Row height ws.row_dimensions[1].height = 102