fix files names

This commit is contained in:
2026-04-09 10:32:19 +03:00
parent dfaefed4be
commit 8f357f5887
3 changed files with 12 additions and 2 deletions

View File

@@ -68,4 +68,4 @@ class Handler(BaseHandler):
return "background-color: green; color: white"
return ""
styled = df.style.map(multi_style, subset=["Маржинальность","Прибыль"])
styled.to_excel(f"output/{self.file_name}", engine="openpyxl", index=False)
styled.to_excel(f"output/{self.file_name}_Товары_поесяцам", engine="openpyxl", index=False)