質問編集履歴

1

maxrow = maxrow + 1 を追加しています。

2021/01/21 02:45

投稿

tompooh
tompooh

スコア6

test CHANGED
File without changes
test CHANGED
@@ -74,6 +74,8 @@
74
74
 
75
75
  maxrow=sheet.max_row ♯最終行の取得
76
76
 
77
+   maxrow = marxrow + 1
78
+
77
79
  return maxrow
78
80
 
79
81