質問編集履歴

1

count+=1の挿入

2021/04/05 14:29

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -62,6 +62,8 @@
62
62
 
63
63
  df3[count].to_excel(writer,sheet_name=i,index=False,header=False)
64
64
 
65
+          count+=1
66
+
65
67
  else:
66
68
 
67
69
  pass