From a7e0a76c7c1a92a1b29484d212c60e0a34f213f2 Mon Sep 17 00:00:00 2001 From: fengbohan <1953356163@qq.com> Date: Mon, 26 Aug 2024 09:18:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E5=AE=8C=E6=88=90=E6=83=85?= =?UTF-8?q?=E5=86=B5=E6=A0=8F=EF=BC=8C=E5=A2=9E=E5=8A=A0=E5=85=B6=E4=BB=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gen_word.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen_word.py b/gen_word.py index 30a0813..dcff0be 100644 --- a/gen_word.py +++ b/gen_word.py @@ -104,7 +104,7 @@ class WEEK_REPORT: table.Cell(Row=13, Column=1).Range.Text = "周一(0h){0}\n周二(0h){0}\n周三(0h){0}\n周四(0h){0}\n周五(0h){0}\n周六(0h){0}\n周日(0h){0}\n".format(str_tmp) # 工作完成情况 - table.Cell(Row=15, Column=1).Range.Text = "\n".join(["{}(xx%)".format(i) for i in self.project_name]) + table.Cell(Row=15, Column=1).Range.Text = "\n".join(["{}(xx%)".format(i) for i in self.project_name]) + "\n其他(研究、学习、培训、交流、出差)\n" #table.Cell(Row=15, Column=1).Range.Font.Bold = True table.Cell(Row=15, Column=1).Range.Font.Name = "Times New Roman" table.Cell(Row=15, Column=1).Range.Text = table.Cell(Row=15, Column=1).Range.Text.upper()