回答編集履歴

1

コードの間違いを訂正

2021/10/10 05:06

投稿

etherbeg
etherbeg

スコア1195

test CHANGED
@@ -54,7 +54,7 @@
54
54
 
55
55
  Sheet_Max2 = ws1.max_row
56
56
 
57
- for b in range(4, Sheet_Max2, 1):
57
+ for b in range(4, Sheet_Max2 + 1, 1):
58
58
 
59
59
  copy_value = ws1.cell(row=b, column=3).value
60
60