Commit c3a76ff5 authored by suryakant's avatar suryakant

ACP Custom Report Changes

parent ec40359f
...@@ -489,6 +489,9 @@ class CustomReportHandler: ...@@ -489,6 +489,9 @@ class CustomReportHandler:
worksheet.set_column(0, total_column, worksheet.set_column(0, total_column,
CommonConstants.ACP_COLUMN_WIDTH) CommonConstants.ACP_COLUMN_WIDTH)
# Hide gridlines from the excel sheet
# worksheet.hide_gridlines(2)
# Center alignment of Excel data # Center alignment of Excel data
workbook.formats[0].set_align('center') workbook.formats[0].set_align('center')
logger.info(f"Report completed for: {each_date_range}") logger.info(f"Report completed for: {each_date_range}")
......
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