changed name font from Constantia to Arial in excel exporters
parent
4a02303da1
commit
3acb170e98
|
@ -72,7 +72,7 @@ def generate_excel(report, space_name, reporting_start_datetime_local, reporting
|
||||||
ws.column_dimensions[chr(i)].width = 15.0
|
ws.column_dimensions[chr(i)].width = 15.0
|
||||||
|
|
||||||
# Font
|
# Font
|
||||||
name_font = Font(name='Constantia', size=15, bold=True)
|
name_font = Font(name='Arial', size=15, bold=True)
|
||||||
title_font = Font(name='Arial', size=15, bold=True)
|
title_font = Font(name='Arial', size=15, bold=True)
|
||||||
data_font = Font(name='Franklin Gothic Book', size=11)
|
data_font = Font(name='Franklin Gothic Book', size=11)
|
||||||
|
|
||||||
|
|
|
@ -83,7 +83,7 @@ def generate_excel(report,
|
||||||
ws.column_dimensions[chr(i)].width = 15.0
|
ws.column_dimensions[chr(i)].width = 15.0
|
||||||
|
|
||||||
# Font
|
# Font
|
||||||
name_font = Font(name='Constantia', size=15, bold=True)
|
name_font = Font(name='Arial', size=15, bold=True)
|
||||||
title_font = Font(name='Arial', size=15, bold=True)
|
title_font = Font(name='Arial', size=15, bold=True)
|
||||||
|
|
||||||
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
||||||
|
|
|
@ -82,7 +82,7 @@ def generate_excel(report,
|
||||||
ws.column_dimensions[chr(i)].width = 15.0
|
ws.column_dimensions[chr(i)].width = 15.0
|
||||||
|
|
||||||
# Font
|
# Font
|
||||||
name_font = Font(name='Constantia', size=15, bold=True)
|
name_font = Font(name='Arial', size=15, bold=True)
|
||||||
title_font = Font(name='Arial', size=15, bold=True)
|
title_font = Font(name='Arial', size=15, bold=True)
|
||||||
|
|
||||||
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
||||||
|
|
|
@ -83,7 +83,7 @@ def generate_excel(report,
|
||||||
ws.column_dimensions[chr(i)].width = 15.0
|
ws.column_dimensions[chr(i)].width = 15.0
|
||||||
|
|
||||||
# Font
|
# Font
|
||||||
name_font = Font(name='Constantia', size=15, bold=True)
|
name_font = Font(name='Arial', size=15, bold=True)
|
||||||
title_font = Font(name='Arial', size=15, bold=True)
|
title_font = Font(name='Arial', size=15, bold=True)
|
||||||
|
|
||||||
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
||||||
|
|
|
@ -82,7 +82,7 @@ def generate_excel(report,
|
||||||
ws.column_dimensions[chr(i)].width = 15.0
|
ws.column_dimensions[chr(i)].width = 15.0
|
||||||
|
|
||||||
# Font
|
# Font
|
||||||
name_font = Font(name='Constantia', size=15, bold=True)
|
name_font = Font(name='Arial', size=15, bold=True)
|
||||||
title_font = Font(name='Arial', size=15, bold=True)
|
title_font = Font(name='Arial', size=15, bold=True)
|
||||||
|
|
||||||
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
||||||
|
|
|
@ -83,7 +83,7 @@ def generate_excel(report,
|
||||||
ws.column_dimensions[chr(i)].width = 15.0
|
ws.column_dimensions[chr(i)].width = 15.0
|
||||||
|
|
||||||
# Font
|
# Font
|
||||||
name_font = Font(name='Constantia', size=15, bold=True)
|
name_font = Font(name='Arial', size=15, bold=True)
|
||||||
title_font = Font(name='Arial', size=15, bold=True)
|
title_font = Font(name='Arial', size=15, bold=True)
|
||||||
|
|
||||||
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
||||||
|
|
|
@ -81,7 +81,7 @@ def generate_excel(report,
|
||||||
ws.column_dimensions[chr(i)].width = 15.0
|
ws.column_dimensions[chr(i)].width = 15.0
|
||||||
|
|
||||||
# Font
|
# Font
|
||||||
name_font = Font(name='Constantia', size=15, bold=True)
|
name_font = Font(name='Arial', size=15, bold=True)
|
||||||
title_font = Font(name='Arial', size=15, bold=True)
|
title_font = Font(name='Arial', size=15, bold=True)
|
||||||
|
|
||||||
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
||||||
|
|
|
@ -82,7 +82,7 @@ def generate_excel(report,
|
||||||
ws.column_dimensions[chr(i)].width = 15.0
|
ws.column_dimensions[chr(i)].width = 15.0
|
||||||
|
|
||||||
# Font
|
# Font
|
||||||
name_font = Font(name='Constantia', size=15, bold=True)
|
name_font = Font(name='Arial', size=15, bold=True)
|
||||||
title_font = Font(name='Arial', size=15, bold=True)
|
title_font = Font(name='Arial', size=15, bold=True)
|
||||||
|
|
||||||
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
||||||
|
|
|
@ -83,7 +83,7 @@ def generate_excel(report,
|
||||||
ws.column_dimensions[chr(i)].width = 15.0
|
ws.column_dimensions[chr(i)].width = 15.0
|
||||||
|
|
||||||
# Font
|
# Font
|
||||||
name_font = Font(name='Constantia', size=15, bold=True)
|
name_font = Font(name='Arial', size=15, bold=True)
|
||||||
title_font = Font(name='Arial', size=15, bold=True)
|
title_font = Font(name='Arial', size=15, bold=True)
|
||||||
|
|
||||||
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
||||||
|
|
|
@ -82,7 +82,7 @@ def generate_excel(report,
|
||||||
ws.column_dimensions[chr(i)].width = 15.0
|
ws.column_dimensions[chr(i)].width = 15.0
|
||||||
|
|
||||||
# Font
|
# Font
|
||||||
name_font = Font(name='Constantia', size=15, bold=True)
|
name_font = Font(name='Arial', size=15, bold=True)
|
||||||
title_font = Font(name='Arial', size=15, bold=True)
|
title_font = Font(name='Arial', size=15, bold=True)
|
||||||
|
|
||||||
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
||||||
|
|
|
@ -72,7 +72,7 @@ def generate_excel(report, space_name, reporting_start_datetime_local, reporting
|
||||||
ws.column_dimensions[chr(i)].width = 15.0
|
ws.column_dimensions[chr(i)].width = 15.0
|
||||||
|
|
||||||
# Font
|
# Font
|
||||||
name_font = Font(name='Constantia', size=15, bold=True)
|
name_font = Font(name='Arial', size=15, bold=True)
|
||||||
title_font = Font(name='Arial', size=15, bold=True)
|
title_font = Font(name='Arial', size=15, bold=True)
|
||||||
data_font = Font(name='Franklin Gothic Book', size=11)
|
data_font = Font(name='Franklin Gothic Book', size=11)
|
||||||
|
|
||||||
|
|
|
@ -84,7 +84,7 @@ def generate_excel(report,
|
||||||
ws.column_dimensions[chr(i)].width = 15.0
|
ws.column_dimensions[chr(i)].width = 15.0
|
||||||
|
|
||||||
# Font
|
# Font
|
||||||
name_font = Font(name='Constantia', size=15, bold=True)
|
name_font = Font(name='Arial', size=15, bold=True)
|
||||||
title_font = Font(name='Arial', size=15, bold=True)
|
title_font = Font(name='Arial', size=15, bold=True)
|
||||||
|
|
||||||
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
||||||
|
|
|
@ -82,7 +82,7 @@ def generate_excel(report,
|
||||||
ws.column_dimensions[chr(i)].width = 15.0
|
ws.column_dimensions[chr(i)].width = 15.0
|
||||||
|
|
||||||
# Font
|
# Font
|
||||||
name_font = Font(name='Constantia', size=15, bold=True)
|
name_font = Font(name='Arial', size=15, bold=True)
|
||||||
title_font = Font(name='Arial', size=15, bold=True)
|
title_font = Font(name='Arial', size=15, bold=True)
|
||||||
|
|
||||||
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
||||||
|
|
|
@ -84,7 +84,7 @@ def generate_excel(report,
|
||||||
ws.column_dimensions[chr(i)].width = 15.0
|
ws.column_dimensions[chr(i)].width = 15.0
|
||||||
|
|
||||||
# Font
|
# Font
|
||||||
name_font = Font(name='Constantia', size=15, bold=True)
|
name_font = Font(name='Arial', size=15, bold=True)
|
||||||
title_font = Font(name='Arial', size=15, bold=True)
|
title_font = Font(name='Arial', size=15, bold=True)
|
||||||
|
|
||||||
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
||||||
|
|
|
@ -82,7 +82,7 @@ def generate_excel(report,
|
||||||
ws.column_dimensions[chr(i)].width = 15.0
|
ws.column_dimensions[chr(i)].width = 15.0
|
||||||
|
|
||||||
# Font
|
# Font
|
||||||
name_font = Font(name='Constantia', size=15, bold=True)
|
name_font = Font(name='Arial', size=15, bold=True)
|
||||||
title_font = Font(name='Arial', size=15, bold=True)
|
title_font = Font(name='Arial', size=15, bold=True)
|
||||||
|
|
||||||
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
||||||
|
|
|
@ -82,7 +82,7 @@ def generate_excel(report,
|
||||||
ws.column_dimensions[chr(i)].width = 15.0
|
ws.column_dimensions[chr(i)].width = 15.0
|
||||||
|
|
||||||
# Font
|
# Font
|
||||||
name_font = Font(name='Constantia', size=15, bold=True)
|
name_font = Font(name='Arial', size=15, bold=True)
|
||||||
title_font = Font(name='Arial', size=15, bold=True)
|
title_font = Font(name='Arial', size=15, bold=True)
|
||||||
|
|
||||||
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
||||||
|
|
|
@ -81,7 +81,7 @@ def generate_excel(report,
|
||||||
ws.column_dimensions[chr(i)].width = 15.0
|
ws.column_dimensions[chr(i)].width = 15.0
|
||||||
|
|
||||||
# Font
|
# Font
|
||||||
name_font = Font(name='Constantia', size=15, bold=True)
|
name_font = Font(name='Arial', size=15, bold=True)
|
||||||
title_font = Font(name='Arial', size=15, bold=True)
|
title_font = Font(name='Arial', size=15, bold=True)
|
||||||
|
|
||||||
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
||||||
|
|
|
@ -82,7 +82,7 @@ def generate_excel(report,
|
||||||
ws.column_dimensions[chr(i)].width = 15.0
|
ws.column_dimensions[chr(i)].width = 15.0
|
||||||
|
|
||||||
# Font
|
# Font
|
||||||
name_font = Font(name='Constantia', size=15, bold=True)
|
name_font = Font(name='Arial', size=15, bold=True)
|
||||||
title_font = Font(name='Arial', size=15, bold=True)
|
title_font = Font(name='Arial', size=15, bold=True)
|
||||||
|
|
||||||
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
||||||
|
|
|
@ -83,7 +83,7 @@ def generate_excel(report,
|
||||||
ws.column_dimensions[chr(i)].width = 15.0
|
ws.column_dimensions[chr(i)].width = 15.0
|
||||||
|
|
||||||
# Font
|
# Font
|
||||||
name_font = Font(name='Constantia', size=15, bold=True)
|
name_font = Font(name='Arial', size=15, bold=True)
|
||||||
title_font = Font(name='Arial', size=15, bold=True)
|
title_font = Font(name='Arial', size=15, bold=True)
|
||||||
|
|
||||||
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
||||||
|
|
|
@ -82,7 +82,7 @@ def generate_excel(report,
|
||||||
ws.column_dimensions[chr(i)].width = 15.0
|
ws.column_dimensions[chr(i)].width = 15.0
|
||||||
|
|
||||||
# Font
|
# Font
|
||||||
name_font = Font(name='Constantia', size=15, bold=True)
|
name_font = Font(name='Arial', size=15, bold=True)
|
||||||
title_font = Font(name='Arial', size=15, bold=True)
|
title_font = Font(name='Arial', size=15, bold=True)
|
||||||
|
|
||||||
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
||||||
|
|
|
@ -61,7 +61,7 @@ def generate_excel(report, space_name):
|
||||||
ws.column_dimensions['A'].width = 1
|
ws.column_dimensions['A'].width = 1
|
||||||
|
|
||||||
# Font
|
# Font
|
||||||
name_font = Font(name='Constantia', size=15, bold=True)
|
name_font = Font(name='Arial', size=15, bold=True)
|
||||||
title_font = Font(name='Arial', size=15, bold=True)
|
title_font = Font(name='Arial', size=15, bold=True)
|
||||||
|
|
||||||
f_border = Border(left=Side(border_style='medium', color='00000000'),
|
f_border = Border(left=Side(border_style='medium', color='00000000'),
|
||||||
|
|
|
@ -72,7 +72,7 @@ def generate_excel(report, space_name, reporting_start_datetime_local, reporting
|
||||||
ws.column_dimensions[chr(i)].width = 15.0
|
ws.column_dimensions[chr(i)].width = 15.0
|
||||||
|
|
||||||
# Font
|
# Font
|
||||||
name_font = Font(name='Constantia', size=15, bold=True)
|
name_font = Font(name='Arial', size=15, bold=True)
|
||||||
title_font = Font(name='Arial', size=15, bold=True)
|
title_font = Font(name='Arial', size=15, bold=True)
|
||||||
data_font = Font(name='Franklin Gothic Book', size=11)
|
data_font = Font(name='Franklin Gothic Book', size=11)
|
||||||
|
|
||||||
|
|
|
@ -76,7 +76,7 @@ def generate_excel(report, name, reporting_start_datetime_local, reporting_end_d
|
||||||
ws.column_dimensions[chr(i)].width = 15.0
|
ws.column_dimensions[chr(i)].width = 15.0
|
||||||
|
|
||||||
# Font
|
# Font
|
||||||
name_font = Font(name='Constantia', size=15, bold=True)
|
name_font = Font(name='Arial', size=15, bold=True)
|
||||||
title_font = Font(name='Arial', size=15, bold=True)
|
title_font = Font(name='Arial', size=15, bold=True)
|
||||||
|
|
||||||
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
||||||
|
|
|
@ -73,7 +73,7 @@ def generate_excel(report, name, reporting_start_datetime_local, reporting_end_d
|
||||||
ws.column_dimensions[chr(i)].width = 15.0
|
ws.column_dimensions[chr(i)].width = 15.0
|
||||||
|
|
||||||
# Font
|
# Font
|
||||||
name_font = Font(name='Constantia', size=15, bold=True)
|
name_font = Font(name='Arial', size=15, bold=True)
|
||||||
title_font = Font(name='Arial', size=15, bold=True)
|
title_font = Font(name='Arial', size=15, bold=True)
|
||||||
|
|
||||||
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
||||||
|
|
|
@ -72,7 +72,7 @@ def generate_excel(report, name, reporting_start_datetime_local, reporting_end_d
|
||||||
ws.column_dimensions[chr(i)].width = 15.0
|
ws.column_dimensions[chr(i)].width = 15.0
|
||||||
|
|
||||||
# Font
|
# Font
|
||||||
name_font = Font(name='Constantia', size=15, bold=True)
|
name_font = Font(name='Arial', size=15, bold=True)
|
||||||
title_font = Font(name='Arial', size=15, bold=True)
|
title_font = Font(name='Arial', size=15, bold=True)
|
||||||
|
|
||||||
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
||||||
|
|
|
@ -72,7 +72,7 @@ def generate_excel(report, space_name, reporting_start_datetime_local, reporting
|
||||||
ws.column_dimensions[chr(i)].width = 15.0
|
ws.column_dimensions[chr(i)].width = 15.0
|
||||||
|
|
||||||
# Font
|
# Font
|
||||||
name_font = Font(name='Constantia', size=15, bold=True)
|
name_font = Font(name='Arial', size=15, bold=True)
|
||||||
title_font = Font(name='Arial', size=15, bold=True)
|
title_font = Font(name='Arial', size=15, bold=True)
|
||||||
|
|
||||||
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
||||||
|
|
|
@ -82,7 +82,7 @@ def generate_excel(report,
|
||||||
ws.column_dimensions[chr(i)].width = 15.0
|
ws.column_dimensions[chr(i)].width = 15.0
|
||||||
|
|
||||||
# Font
|
# Font
|
||||||
name_font = Font(name='Constantia', size=15, bold=True)
|
name_font = Font(name='Arial', size=15, bold=True)
|
||||||
title_font = Font(name='Arial', size=15, bold=True)
|
title_font = Font(name='Arial', size=15, bold=True)
|
||||||
data_font = Font(name='Franklin Gothic Book', size=11)
|
data_font = Font(name='Franklin Gothic Book', size=11)
|
||||||
|
|
||||||
|
|
|
@ -75,7 +75,7 @@ def generate_excel(report, name, reporting_start_datetime_local, reporting_end_d
|
||||||
ws.column_dimensions[chr(i)].width = 15.0
|
ws.column_dimensions[chr(i)].width = 15.0
|
||||||
|
|
||||||
# Font
|
# Font
|
||||||
name_font = Font(name='Constantia', size=15, bold=True)
|
name_font = Font(name='Arial', size=15, bold=True)
|
||||||
title_font = Font(name='Arial', size=15, bold=True)
|
title_font = Font(name='Arial', size=15, bold=True)
|
||||||
|
|
||||||
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
||||||
|
|
|
@ -72,7 +72,7 @@ def generate_excel(report, name, reporting_start_datetime_local, reporting_end_d
|
||||||
ws.column_dimensions[chr(i)].width = 15.0
|
ws.column_dimensions[chr(i)].width = 15.0
|
||||||
|
|
||||||
# Font
|
# Font
|
||||||
name_font = Font(name='Constantia', size=15, bold=True)
|
name_font = Font(name='Arial', size=15, bold=True)
|
||||||
title_font = Font(name='Arial', size=15, bold=True)
|
title_font = Font(name='Arial', size=15, bold=True)
|
||||||
|
|
||||||
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
||||||
|
|
|
@ -72,7 +72,7 @@ def generate_excel(report, space_name, reporting_start_datetime_local, reporting
|
||||||
ws.column_dimensions[chr(i)].width = 15.0
|
ws.column_dimensions[chr(i)].width = 15.0
|
||||||
|
|
||||||
# Font
|
# Font
|
||||||
name_font = Font(name='Constantia', size=15, bold=True)
|
name_font = Font(name='Arial', size=15, bold=True)
|
||||||
title_font = Font(name='Arial', size=15, bold=True)
|
title_font = Font(name='Arial', size=15, bold=True)
|
||||||
data_font = Font(name='Franklin Gothic Book', size=11)
|
data_font = Font(name='Franklin Gothic Book', size=11)
|
||||||
|
|
||||||
|
|
|
@ -83,7 +83,7 @@ def generate_excel(report,
|
||||||
ws.column_dimensions[chr(i)].width = 15.0
|
ws.column_dimensions[chr(i)].width = 15.0
|
||||||
|
|
||||||
# Font
|
# Font
|
||||||
name_font = Font(name='Constantia', size=15, bold=True)
|
name_font = Font(name='Arial', size=15, bold=True)
|
||||||
title_font = Font(name='Arial', size=15, bold=True)
|
title_font = Font(name='Arial', size=15, bold=True)
|
||||||
|
|
||||||
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
||||||
|
|
|
@ -83,7 +83,7 @@ def generate_excel(report,
|
||||||
ws.column_dimensions[chr(i)].width = 15.0
|
ws.column_dimensions[chr(i)].width = 15.0
|
||||||
|
|
||||||
# Font
|
# Font
|
||||||
name_font = Font(name='Constantia', size=15, bold=True)
|
name_font = Font(name='Arial', size=15, bold=True)
|
||||||
title_font = Font(name='Arial', size=15, bold=True)
|
title_font = Font(name='Arial', size=15, bold=True)
|
||||||
|
|
||||||
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
||||||
|
|
|
@ -81,7 +81,7 @@ def generate_excel(report,
|
||||||
ws.column_dimensions[chr(i)].width = 15.0
|
ws.column_dimensions[chr(i)].width = 15.0
|
||||||
|
|
||||||
# Font
|
# Font
|
||||||
name_font = Font(name='Constantia', size=15, bold=True)
|
name_font = Font(name='Arial', size=15, bold=True)
|
||||||
title_font = Font(name='Arial', size=15, bold=True)
|
title_font = Font(name='Arial', size=15, bold=True)
|
||||||
|
|
||||||
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
||||||
|
|
|
@ -81,7 +81,7 @@ def generate_excel(report,
|
||||||
ws.column_dimensions[chr(i)].width = 15.0
|
ws.column_dimensions[chr(i)].width = 15.0
|
||||||
|
|
||||||
# Font
|
# Font
|
||||||
name_font = Font(name='Constantia', size=15, bold=True)
|
name_font = Font(name='Arial', size=15, bold=True)
|
||||||
title_font = Font(name='Arial', size=15, bold=True)
|
title_font = Font(name='Arial', size=15, bold=True)
|
||||||
|
|
||||||
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
||||||
|
|
|
@ -83,7 +83,7 @@ def generate_excel(report,
|
||||||
ws.column_dimensions[chr(i)].width = 15.0
|
ws.column_dimensions[chr(i)].width = 15.0
|
||||||
|
|
||||||
# Font
|
# Font
|
||||||
name_font = Font(name='Constantia', size=15, bold=True)
|
name_font = Font(name='Arial', size=15, bold=True)
|
||||||
title_font = Font(name='Arial', size=15, bold=True)
|
title_font = Font(name='Arial', size=15, bold=True)
|
||||||
|
|
||||||
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
||||||
|
|
|
@ -81,7 +81,7 @@ def generate_excel(report,
|
||||||
ws.column_dimensions[chr(i)].width = 15.0
|
ws.column_dimensions[chr(i)].width = 15.0
|
||||||
|
|
||||||
# Font
|
# Font
|
||||||
name_font = Font(name='Constantia', size=15, bold=True)
|
name_font = Font(name='Arial', size=15, bold=True)
|
||||||
title_font = Font(name='Arial', size=15, bold=True)
|
title_font = Font(name='Arial', size=15, bold=True)
|
||||||
|
|
||||||
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
||||||
|
|
|
@ -83,7 +83,7 @@ def generate_excel(report,
|
||||||
ws.column_dimensions[chr(i)].width = 15.0
|
ws.column_dimensions[chr(i)].width = 15.0
|
||||||
|
|
||||||
# Font
|
# Font
|
||||||
name_font = Font(name='Constantia', size=15, bold=True)
|
name_font = Font(name='Arial', size=15, bold=True)
|
||||||
title_font = Font(name='Arial', size=15, bold=True)
|
title_font = Font(name='Arial', size=15, bold=True)
|
||||||
|
|
||||||
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
||||||
|
|
|
@ -82,7 +82,7 @@ def generate_excel(report,
|
||||||
ws.column_dimensions[chr(i)].width = 15.0
|
ws.column_dimensions[chr(i)].width = 15.0
|
||||||
|
|
||||||
# Font
|
# Font
|
||||||
name_font = Font(name='Constantia', size=15, bold=True)
|
name_font = Font(name='Arial', size=15, bold=True)
|
||||||
title_font = Font(name='Arial', size=15, bold=True)
|
title_font = Font(name='Arial', size=15, bold=True)
|
||||||
|
|
||||||
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
||||||
|
|
|
@ -83,7 +83,7 @@ def generate_excel(report,
|
||||||
ws.column_dimensions[chr(i)].width = 15.0
|
ws.column_dimensions[chr(i)].width = 15.0
|
||||||
|
|
||||||
# Font
|
# Font
|
||||||
name_font = Font(name='Constantia', size=15, bold=True)
|
name_font = Font(name='Arial', size=15, bold=True)
|
||||||
title_font = Font(name='Arial', size=15, bold=True)
|
title_font = Font(name='Arial', size=15, bold=True)
|
||||||
|
|
||||||
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
||||||
|
|
|
@ -82,7 +82,7 @@ def generate_excel(report,
|
||||||
ws.column_dimensions[chr(i)].width = 15.0
|
ws.column_dimensions[chr(i)].width = 15.0
|
||||||
|
|
||||||
# Font
|
# Font
|
||||||
name_font = Font(name='Constantia', size=15, bold=True)
|
name_font = Font(name='Arial', size=15, bold=True)
|
||||||
title_font = Font(name='Arial', size=15, bold=True)
|
title_font = Font(name='Arial', size=15, bold=True)
|
||||||
|
|
||||||
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
||||||
|
|
|
@ -83,7 +83,7 @@ def generate_excel(report,
|
||||||
ws.column_dimensions[chr(i)].width = 15.0
|
ws.column_dimensions[chr(i)].width = 15.0
|
||||||
|
|
||||||
# Font
|
# Font
|
||||||
name_font = Font(name='Constantia', size=15, bold=True)
|
name_font = Font(name='Arial', size=15, bold=True)
|
||||||
title_font = Font(name='Arial', size=15, bold=True)
|
title_font = Font(name='Arial', size=15, bold=True)
|
||||||
|
|
||||||
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
||||||
|
|
|
@ -79,7 +79,7 @@ def generate_excel(report, name, reporting_start_datetime_local, reporting_end_d
|
||||||
ws.column_dimensions[chr(i)].width = 15.0
|
ws.column_dimensions[chr(i)].width = 15.0
|
||||||
|
|
||||||
# Font
|
# Font
|
||||||
name_font = Font(name='Constantia', size=15, bold=True)
|
name_font = Font(name='Arial', size=15, bold=True)
|
||||||
title_font = Font(name='Arial', size=15, bold=True)
|
title_font = Font(name='Arial', size=15, bold=True)
|
||||||
|
|
||||||
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
||||||
|
|
|
@ -82,7 +82,7 @@ def generate_excel(report,
|
||||||
ws.column_dimensions[chr(i)].width = 15.0
|
ws.column_dimensions[chr(i)].width = 15.0
|
||||||
|
|
||||||
# Font
|
# Font
|
||||||
name_font = Font(name='Constantia', size=15, bold=True)
|
name_font = Font(name='Arial', size=15, bold=True)
|
||||||
title_font = Font(name='Arial', size=15, bold=True)
|
title_font = Font(name='Arial', size=15, bold=True)
|
||||||
|
|
||||||
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
||||||
|
|
|
@ -83,7 +83,7 @@ def generate_excel(report,
|
||||||
ws.column_dimensions[chr(i)].width = 15.0
|
ws.column_dimensions[chr(i)].width = 15.0
|
||||||
|
|
||||||
# Font
|
# Font
|
||||||
name_font = Font(name='Constantia', size=15, bold=True)
|
name_font = Font(name='Arial', size=15, bold=True)
|
||||||
title_font = Font(name='Arial', size=15, bold=True)
|
title_font = Font(name='Arial', size=15, bold=True)
|
||||||
|
|
||||||
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
||||||
|
|
|
@ -82,7 +82,7 @@ def generate_excel(report,
|
||||||
ws.column_dimensions[chr(i)].width = 15.0
|
ws.column_dimensions[chr(i)].width = 15.0
|
||||||
|
|
||||||
# Font
|
# Font
|
||||||
name_font = Font(name='Constantia', size=15, bold=True)
|
name_font = Font(name='Arial', size=15, bold=True)
|
||||||
title_font = Font(name='Arial', size=15, bold=True)
|
title_font = Font(name='Arial', size=15, bold=True)
|
||||||
|
|
||||||
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
||||||
|
|
|
@ -72,7 +72,7 @@ def generate_excel(report, space_name, reporting_start_datetime_local, reporting
|
||||||
ws.column_dimensions[chr(i)].width = 15.0
|
ws.column_dimensions[chr(i)].width = 15.0
|
||||||
|
|
||||||
# Font
|
# Font
|
||||||
name_font = Font(name='Constantia', size=15, bold=True)
|
name_font = Font(name='Arial', size=15, bold=True)
|
||||||
title_font = Font(name='Arial', size=15, bold=True)
|
title_font = Font(name='Arial', size=15, bold=True)
|
||||||
data_font = Font(name='Franklin Gothic Book', size=11)
|
data_font = Font(name='Franklin Gothic Book', size=11)
|
||||||
|
|
||||||
|
|
|
@ -83,7 +83,7 @@ def generate_excel(report,
|
||||||
ws.column_dimensions[chr(i)].width = 15.0
|
ws.column_dimensions[chr(i)].width = 15.0
|
||||||
|
|
||||||
# Font
|
# Font
|
||||||
name_font = Font(name='Constantia', size=15, bold=True)
|
name_font = Font(name='Arial', size=15, bold=True)
|
||||||
title_font = Font(name='Arial', size=15, bold=True)
|
title_font = Font(name='Arial', size=15, bold=True)
|
||||||
|
|
||||||
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
||||||
|
|
|
@ -83,7 +83,7 @@ def generate_excel(report,
|
||||||
ws.column_dimensions[chr(i)].width = 15.0
|
ws.column_dimensions[chr(i)].width = 15.0
|
||||||
|
|
||||||
# Font
|
# Font
|
||||||
name_font = Font(name='Constantia', size=15, bold=True)
|
name_font = Font(name='Arial', size=15, bold=True)
|
||||||
title_font = Font(name='Arial', size=15, bold=True)
|
title_font = Font(name='Arial', size=15, bold=True)
|
||||||
|
|
||||||
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
||||||
|
|
|
@ -81,7 +81,7 @@ def generate_excel(report,
|
||||||
ws.column_dimensions[chr(i)].width = 15.0
|
ws.column_dimensions[chr(i)].width = 15.0
|
||||||
|
|
||||||
# Font
|
# Font
|
||||||
name_font = Font(name='Constantia', size=15, bold=True)
|
name_font = Font(name='Arial', size=15, bold=True)
|
||||||
title_font = Font(name='Arial', size=15, bold=True)
|
title_font = Font(name='Arial', size=15, bold=True)
|
||||||
|
|
||||||
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
||||||
|
|
|
@ -81,7 +81,7 @@ def generate_excel(report,
|
||||||
ws.column_dimensions[chr(i)].width = 15.0
|
ws.column_dimensions[chr(i)].width = 15.0
|
||||||
|
|
||||||
# Font
|
# Font
|
||||||
name_font = Font(name='Constantia', size=15, bold=True)
|
name_font = Font(name='Arial', size=15, bold=True)
|
||||||
title_font = Font(name='Arial', size=15, bold=True)
|
title_font = Font(name='Arial', size=15, bold=True)
|
||||||
|
|
||||||
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
||||||
|
|
|
@ -83,7 +83,7 @@ def generate_excel(report,
|
||||||
ws.column_dimensions[chr(i)].width = 15.0
|
ws.column_dimensions[chr(i)].width = 15.0
|
||||||
|
|
||||||
# Font
|
# Font
|
||||||
name_font = Font(name='Constantia', size=15, bold=True)
|
name_font = Font(name='Arial', size=15, bold=True)
|
||||||
title_font = Font(name='Arial', size=15, bold=True)
|
title_font = Font(name='Arial', size=15, bold=True)
|
||||||
|
|
||||||
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
||||||
|
|
|
@ -81,7 +81,7 @@ def generate_excel(report,
|
||||||
ws.column_dimensions[chr(i)].width = 15.0
|
ws.column_dimensions[chr(i)].width = 15.0
|
||||||
|
|
||||||
# Font
|
# Font
|
||||||
name_font = Font(name='Constantia', size=15, bold=True)
|
name_font = Font(name='Arial', size=15, bold=True)
|
||||||
title_font = Font(name='Arial', size=15, bold=True)
|
title_font = Font(name='Arial', size=15, bold=True)
|
||||||
|
|
||||||
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
||||||
|
|
|
@ -72,7 +72,7 @@ def generate_excel(report, space_name, reporting_start_datetime_local, reporting
|
||||||
ws.column_dimensions[chr(i)].width = 15.0
|
ws.column_dimensions[chr(i)].width = 15.0
|
||||||
|
|
||||||
# Font
|
# Font
|
||||||
name_font = Font(name='Constantia', size=15, bold=True)
|
name_font = Font(name='Arial', size=15, bold=True)
|
||||||
title_font = Font(name='Arial', size=15, bold=True)
|
title_font = Font(name='Arial', size=15, bold=True)
|
||||||
data_font = Font(name='Franklin Gothic Book', size=11)
|
data_font = Font(name='Franklin Gothic Book', size=11)
|
||||||
|
|
||||||
|
|
|
@ -100,7 +100,7 @@ def generate_excel(report,
|
||||||
|
|
||||||
# Font
|
# Font
|
||||||
notice_font = Font(name='Arial', size=20, bold=True)
|
notice_font = Font(name='Arial', size=20, bold=True)
|
||||||
name_font = Font(name='Constantia', size=12, bold=True)
|
name_font = Font(name='Arial', size=12, bold=True)
|
||||||
title_font = Font(name='Arial', size=11, bold=True)
|
title_font = Font(name='Arial', size=11, bold=True)
|
||||||
|
|
||||||
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
||||||
|
|
|
@ -84,7 +84,7 @@ def generate_excel(report,
|
||||||
ws.column_dimensions[chr(i)].width = 15.0
|
ws.column_dimensions[chr(i)].width = 15.0
|
||||||
|
|
||||||
# Font
|
# Font
|
||||||
name_font = Font(name='Constantia', size=15, bold=True)
|
name_font = Font(name='Arial', size=15, bold=True)
|
||||||
title_font = Font(name='Arial', size=15, bold=True)
|
title_font = Font(name='Arial', size=15, bold=True)
|
||||||
|
|
||||||
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
||||||
|
|
|
@ -83,7 +83,7 @@ def generate_excel(report,
|
||||||
ws.column_dimensions[chr(i)].width = 15.0
|
ws.column_dimensions[chr(i)].width = 15.0
|
||||||
|
|
||||||
# Font
|
# Font
|
||||||
name_font = Font(name='Constantia', size=15, bold=True)
|
name_font = Font(name='Arial', size=15, bold=True)
|
||||||
title_font = Font(name='Arial', size=15, bold=True)
|
title_font = Font(name='Arial', size=15, bold=True)
|
||||||
|
|
||||||
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
||||||
|
|
|
@ -82,7 +82,7 @@ def generate_excel(report,
|
||||||
ws.column_dimensions[chr(i)].width = 15.0
|
ws.column_dimensions[chr(i)].width = 15.0
|
||||||
|
|
||||||
# Font
|
# Font
|
||||||
name_font = Font(name='Constantia', size=15, bold=True)
|
name_font = Font(name='Arial', size=15, bold=True)
|
||||||
title_font = Font(name='Arial', size=15, bold=True)
|
title_font = Font(name='Arial', size=15, bold=True)
|
||||||
|
|
||||||
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
||||||
|
|
|
@ -79,7 +79,7 @@ def generate_excel(report, name, reporting_start_datetime_local, reporting_end_d
|
||||||
ws.column_dimensions[chr(i)].width = 15.0
|
ws.column_dimensions[chr(i)].width = 15.0
|
||||||
|
|
||||||
# Font
|
# Font
|
||||||
name_font = Font(name='Constantia', size=15, bold=True)
|
name_font = Font(name='Arial', size=15, bold=True)
|
||||||
title_font = Font(name='Arial', size=15, bold=True)
|
title_font = Font(name='Arial', size=15, bold=True)
|
||||||
|
|
||||||
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
||||||
|
|
|
@ -83,7 +83,7 @@ def generate_excel(report,
|
||||||
ws.column_dimensions[chr(i)].width = 15.0
|
ws.column_dimensions[chr(i)].width = 15.0
|
||||||
|
|
||||||
# Font
|
# Font
|
||||||
name_font = Font(name='Constantia', size=15, bold=True)
|
name_font = Font(name='Arial', size=15, bold=True)
|
||||||
title_font = Font(name='Arial', size=15, bold=True)
|
title_font = Font(name='Arial', size=15, bold=True)
|
||||||
|
|
||||||
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
||||||
|
|
|
@ -82,7 +82,7 @@ def generate_excel(report,
|
||||||
ws.column_dimensions[chr(i)].width = 15.0
|
ws.column_dimensions[chr(i)].width = 15.0
|
||||||
|
|
||||||
# Font
|
# Font
|
||||||
name_font = Font(name='Constantia', size=15, bold=True)
|
name_font = Font(name='Arial', size=15, bold=True)
|
||||||
title_font = Font(name='Arial', size=15, bold=True)
|
title_font = Font(name='Arial', size=15, bold=True)
|
||||||
|
|
||||||
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
||||||
|
|
|
@ -75,7 +75,7 @@ def generate_excel(report, name, reporting_start_datetime_local, reporting_end_d
|
||||||
ws.column_dimensions[chr(i)].width = 15.0
|
ws.column_dimensions[chr(i)].width = 15.0
|
||||||
|
|
||||||
# Font
|
# Font
|
||||||
name_font = Font(name='Constantia', size=15, bold=True)
|
name_font = Font(name='Arial', size=15, bold=True)
|
||||||
title_font = Font(name='Arial', size=15, bold=True)
|
title_font = Font(name='Arial', size=15, bold=True)
|
||||||
|
|
||||||
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
||||||
|
|
|
@ -71,7 +71,7 @@ def generate_excel(report, name, reporting_start_datetime_local, reporting_end_d
|
||||||
ws.column_dimensions[chr(i)].width = 15.0
|
ws.column_dimensions[chr(i)].width = 15.0
|
||||||
|
|
||||||
# Font
|
# Font
|
||||||
name_font = Font(name='Constantia', size=15, bold=True)
|
name_font = Font(name='Arial', size=15, bold=True)
|
||||||
title_font = Font(name='Arial', size=15, bold=True)
|
title_font = Font(name='Arial', size=15, bold=True)
|
||||||
|
|
||||||
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
||||||
|
|
Loading…
Reference in New Issue