-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappsscript.json
61 lines (61 loc) · 1.51 KB
/
appsscript.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"timeZone": "America/New_York",
"dependencies": {
},
"exceptionLogging": "STACKDRIVER",
"runtimeVersion": "V8",
"sheets": {
"macros": [{
"menuName": "ЛистКопировать",
"functionName": "myFunction2"
}, {
"menuName": "SheetCopy",
"functionName": "SheetCopy"
}, {
"menuName": "Новый макрос",
"functionName": "myFunction"
}, {
"menuName": "Вставка",
"functionName": "myFunction"
}, {
"menuName": "RowsDelete",
"functionName": "RowsDelete"
}, {
"menuName": "СтрокиНесколькоУдалить",
"functionName": "myFunction"
}, {
"menuName": "Row222",
"functionName": "Row222"
}, {
"menuName": "RowsDele",
"functionName": "RowsDele"
}, {
"menuName": "RowsDelelelelel",
"functionName": "RowsDelelelelel"
}, {
"menuName": "RowDelelelele",
"functionName": "RowDelelelele"
}, {
"menuName": "DeleteCreate",
"functionName": "DeleteCreate"
}, {
"menuName": "FormatSet2",
"functionName": "FormatSet2"
}, {
"menuName": "TextTutti",
"functionName": "TextTutti"
}, {
"menuName": "ДанныеПроверка",
"functionName": "myFunction"
}, {
"menuName": "FilterAll",
"functionName": "FilterAll"
}, {
"menuName": "CellReplace",
"functionName": "CellReplace"
}, {
"menuName": "CTRLShiftDown",
"functionName": "CTRLShiftDown"
}]
}
}