Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
JK_Report
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vaisakh.nair
JK_Report
Commits
930ded8e
Commit
930ded8e
authored
May 11, 2023
by
vaisakh.nair
🎯
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
new changes in headers
parent
207c9e88
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
create_report.py
create_report.py
+6
-3
No files found.
create_report.py
View file @
930ded8e
...
@@ -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'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment