質問編集履歴
1
誤字
title
CHANGED
File without changes
|
body
CHANGED
@@ -24,7 +24,7 @@
|
|
24
24
|
import clipboard as clp
|
25
25
|
import datetime
|
26
26
|
now = datetime.datetime.now()
|
27
|
-
path1 = xxxxx.xlsm"
|
27
|
+
path1 = "xxxxx.xlsm"
|
28
28
|
scope = ['https://spreadsheets.google.com/feeds',
|
29
29
|
'https://www.googleapis.com/auth/drive']
|
30
30
|
|