updated excel exporters of combinedequipmentenergyitem, combinedequipmentoutput, equipmentenergyitem, equipmentoutput, shopfloorenergyitem, spaceoutput, storeenergyitem and tenantenergytime
Merge branch 'PR6' into developpull/6/MERGE
commit
6c2d66019f
|
@ -222,23 +222,6 @@ def generate_excel(report,
|
|||
|
||||
current_row_number += 1
|
||||
|
||||
# ws['B' + str(current_row_number)].font = title_font
|
||||
# ws['B' + str(current_row_number)].alignment = c_c_alignment
|
||||
# ws['B' + str(current_row_number)].border = f_border
|
||||
# ws['B' + str(current_row_number)] = '单位面积值'
|
||||
#
|
||||
# col = 'C'
|
||||
#
|
||||
# for i in range(0, ca_len):
|
||||
# ws[col + str(current_row_number)].font = name_font
|
||||
# ws[col + str(current_row_number)].alignment = c_c_alignment
|
||||
# ws[col + str(current_row_number)].border = f_border
|
||||
# ws[col + str(current_row_number)] = round(reporting_period_data['subtotals_per_unit_area'][i], 2)
|
||||
#
|
||||
# col = chr(ord(col) + 1)
|
||||
#
|
||||
# current_row_number += 1
|
||||
|
||||
ws['B' + str(current_row_number)].font = title_font
|
||||
ws['B' + str(current_row_number)].alignment = c_c_alignment
|
||||
ws['B' + str(current_row_number)].border = f_border
|
||||
|
|
|
@ -222,23 +222,6 @@ def generate_excel(report,
|
|||
|
||||
current_row_number += 1
|
||||
|
||||
# ws['B' + str(current_row_number)].font = title_font
|
||||
# ws['B' + str(current_row_number)].alignment = c_c_alignment
|
||||
# ws['B' + str(current_row_number)].border = f_border
|
||||
# ws['B' + str(current_row_number)] = '单位面积值'
|
||||
#
|
||||
# col = 'C'
|
||||
#
|
||||
# for i in range(0, ca_len):
|
||||
# ws[col + str(current_row_number)].font = name_font
|
||||
# ws[col + str(current_row_number)].alignment = c_c_alignment
|
||||
# ws[col + str(current_row_number)].border = f_border
|
||||
# ws[col + str(current_row_number)] = round(reporting_period_data['subtotals_per_unit_area'][i], 2)
|
||||
#
|
||||
# col = chr(ord(col) + 1)
|
||||
#
|
||||
# current_row_number += 1
|
||||
|
||||
ws['B' + str(current_row_number)].font = title_font
|
||||
ws['B' + str(current_row_number)].alignment = c_c_alignment
|
||||
ws['B' + str(current_row_number)].border = f_border
|
||||
|
|
|
@ -221,23 +221,6 @@ def generate_excel(report,
|
|||
|
||||
current_row_number += 1
|
||||
|
||||
# ws['B' + str(current_row_number)].font = title_font
|
||||
# ws['B' + str(current_row_number)].alignment = c_c_alignment
|
||||
# ws['B' + str(current_row_number)].border = f_border
|
||||
# ws['B' + str(current_row_number)] = '单位面积值'
|
||||
#
|
||||
# col = 'C'
|
||||
#
|
||||
# for i in range(0, ca_len):
|
||||
# ws[col + str(current_row_number)].font = name_font
|
||||
# ws[col + str(current_row_number)].alignment = c_c_alignment
|
||||
# ws[col + str(current_row_number)].border = f_border
|
||||
# ws[col + str(current_row_number)] = round(reporting_period_data['subtotals_per_unit_area'][i], 2)
|
||||
#
|
||||
# col = chr(ord(col) + 1)
|
||||
#
|
||||
# current_row_number += 1
|
||||
|
||||
ws['B' + str(current_row_number)].font = title_font
|
||||
ws['B' + str(current_row_number)].alignment = c_c_alignment
|
||||
ws['B' + str(current_row_number)].border = f_border
|
||||
|
|
Loading…
Reference in New Issue