質問編集履歴
3
誤記
title
CHANGED
File without changes
|
body
CHANGED
@@ -15,7 +15,7 @@
|
|
15
15
|
|
16
16
|
wb= openpyxl.load_workbook( book_name )
|
17
17
|
sheet = wb['1']
|
18
|
-
sheet['
|
18
|
+
sheet['K1'].value = cells
|
19
19
|
|
20
20
|
wb.save( book_name )
|
21
21
|
|
2
誤記
title
CHANGED
File without changes
|
body
CHANGED
@@ -17,7 +17,7 @@
|
|
17
17
|
sheet = wb['1']
|
18
18
|
sheet['K2'].value = cells
|
19
19
|
|
20
|
-
wb.save(
|
20
|
+
wb.save( book_name )
|
21
21
|
|
22
22
|
read_file()
|
23
23
|
|
1
誤記
title
CHANGED
File without changes
|
body
CHANGED
@@ -15,8 +15,6 @@
|
|
15
15
|
|
16
16
|
wb= openpyxl.load_workbook( book_name )
|
17
17
|
sheet = wb['1']
|
18
|
-
cell = sheet['K2']
|
19
|
-
|
20
18
|
sheet['K2'].value = cells
|
21
19
|
|
22
20
|
wb.save( bool_name )
|