ceate excel for herd and livestock
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user