質問編集履歴
3
誤記
test
CHANGED
File without changes
|
test
CHANGED
@@ -32,7 +32,7 @@
|
|
32
32
|
|
33
33
|
sheet = wb['1']
|
34
34
|
|
35
|
-
sheet['K
|
35
|
+
sheet['K1'].value = cells
|
36
36
|
|
37
37
|
|
38
38
|
|
2
誤記
test
CHANGED
File without changes
|
test
CHANGED
@@ -36,7 +36,7 @@
|
|
36
36
|
|
37
37
|
|
38
38
|
|
39
|
-
wb.save( boo
|
39
|
+
wb.save( book_name )
|
40
40
|
|
41
41
|
|
42
42
|
|
1
誤記
test
CHANGED
File without changes
|
test
CHANGED
@@ -32,10 +32,6 @@
|
|
32
32
|
|
33
33
|
sheet = wb['1']
|
34
34
|
|
35
|
-
cell = sheet['K2']
|
36
|
-
|
37
|
-
|
38
|
-
|
39
35
|
sheet['K2'].value = cells
|
40
36
|
|
41
37
|
|