Commit 930ded8e authored by vaisakh.nair's avatar vaisakh.nair 🎯

new changes in headers

parent 207c9e88
...@@ -83,9 +83,12 @@ class DailyReportGenerator: ...@@ -83,9 +83,12 @@ class DailyReportGenerator:
sheet.merge_cells('A1:C3') sheet.merge_cells('A1:C3')
# Add headings # Add headings
sheet['D1'] = 'JK CEMENT WORKS, NIMBAHERA RAJASTHAN' sheet['D4'] = 'JK CEMENT WORKS, NIMBAHERA RAJASTHAN'
sheet['D1'].font = sheet['D1'].font.copy(bold=True) sheet['D4'].font = sheet['D1'].font.copy(bold=True)
sheet['D1'].alignment = sheet['D1'].alignment.copy(horizontal='center') sheet['D4'].alignment = sheet['D1'].alignment.copy(horizontal='center')
sheet['D5'] = 'BAG COUNTING SOLUTION DAILY REPORT'
sheet['D5'].font = sheet['D1'].font.copy(bold=True)
sheet['D5'].alignment = sheet['D1'].alignment.copy(horizontal='center')
# Add column headers # Add column headers
sheet['A7'] = 'Date' sheet['A7'] = 'Date'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment