質問編集履歴
2
説明の修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -8,7 +8,7 @@
|
|
8
8
|
|
9
9
|
|
10
10
|
|
11
|
-
行を指定し、指定した行のセルに対してfor文で最大列まで罫線を引こうとしましたが、Typeerrorが発生してしまいました。
|
11
|
+
行を指定し、指定した行のセルに対してfor文で最大列まで罫線を引こうとしましたが、for i in range(1, len(ws.max_column)+1)としたところTypeerrorが発生してしまいました。
|
12
12
|
|
13
13
|
|
14
14
|
|
1
誤字
test
CHANGED
File without changes
|
test
CHANGED
@@ -62,7 +62,7 @@
|
|
62
62
|
|
63
63
|
border = Border(top=side, bottom=side, left=side, right=side)
|
64
64
|
|
65
|
-
font_title = Font(name='
|
65
|
+
font_title = Font(name='メイリオ', size=20)
|
66
66
|
|
67
67
|
|
68
68
|
|