ceate excel for herd and livestock

This commit is contained in:
7nimor
2025-08-06 09:19:47 +03:30
parent 0b53df4dfe
commit 8d7af93498
13 changed files with 360 additions and 4 deletions

View File

@@ -161,7 +161,7 @@ def create_value(worksheet, list, l, num, border_style=None, m=None, height=None
cell.font = Font(size=10, bold=True)
if m is not None and m % 2 != 0:
if m is not None and m % 2 == 0:
if m_color:
cell.fill = PatternFill(start_color=m_color, fill_type="solid")
else: