質問編集履歴
2
書式の改善
test
CHANGED
File without changes
|
test
CHANGED
@@ -18,7 +18,7 @@
|
|
18
18
|
|
19
19
|
エラーメッセージ
|
20
20
|
|
21
|
-
|
21
|
+
'Traceback (most recent call last):
|
22
22
|
|
23
23
|
File "C:\Users\jimuark2020-3\AppData\Local\Programs\Python\Python38-32\lib\site-packages\openpyxl\descriptors\base.py", line 55, in _convert
|
24
24
|
|
@@ -52,7 +52,7 @@
|
|
52
52
|
|
53
53
|
raise TypeError('expected ' + str(expected_type))
|
54
54
|
|
55
|
-
TypeError: expected <class 'int'>
|
55
|
+
TypeError: expected <class 'int'>'
|
56
56
|
|
57
57
|
|
58
58
|
|
1
書式の改善
test
CHANGED
File without changes
|
test
CHANGED
@@ -64,7 +64,7 @@
|
|
64
64
|
|
65
65
|
ソースコード
|
66
66
|
|
67
|
-
|
67
|
+
'import openpyxl
|
68
68
|
|
69
69
|
import tkinter, tkinter.filedialog, tkinter.messagebox
|
70
70
|
|
@@ -122,7 +122,7 @@
|
|
122
122
|
|
123
123
|
ws.merge_cells('h:k')
|
124
124
|
|
125
|
-
wb.save(file)
|
125
|
+
wb.save(file)'
|
126
126
|
|
127
127
|
|
128
128
|
|