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