-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappsscript.json
More file actions
98 lines (98 loc) · 2.5 KB
/
Copy pathappsscript.json
File metadata and controls
98 lines (98 loc) · 2.5 KB
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"timeZone": "America/Toronto",
"dependencies": {
"enabledAdvancedServices": [{
"userSymbol": "Drive",
"serviceId": "drive",
"version": "v3"
}, {
"userSymbol": "Gmail",
"serviceId": "gmail",
"version": "v1"
}, {
"userSymbol": "Docs",
"serviceId": "docs",
"version": "v1"
}, {
"userSymbol": "Sheets",
"serviceId": "sheets",
"version": "v4"
}]
},
"webapp": {
"access": "ANYONE_ANONYMOUS",
"executeAs": "USER_DEPLOYING"
},
"exceptionLogging": "STACKDRIVER",
"runtimeVersion": "V8",
"sheets": {
"macros": [{
"menuName": "FormatHeaders",
"functionName": "FormatHeaders"
}, {
"menuName": "Format Date",
"functionName": "FormatDate"
}, {
"menuName": "FormatDay",
"functionName": "FormatDay"
}, {
"menuName": "Insert Image",
"functionName": "InsertImage"
}, {
"menuName": "addFormatImage",
"functionName": "addFormatImage"
}, {
"menuName": "Title",
"functionName": "Title"
}, {
"menuName": "Totalling Hours",
"functionName": "TotallingHours"
}, {
"menuName": "Delete Columns",
"functionName": "DeleteColumns"
}, {
"menuName": "Testing Named ranges",
"functionName": "TestingNamedranges"
}, {
"menuName": "Test names 2",
"functionName": "Testnames2"
}, {
"menuName": "delete empty columns and rows",
"functionName": "deleteemptycolumnsandrows"
}, {
"menuName": "Downloading sheet",
"functionName": "Downloadingsheet"
}, {
"menuName": "Copy to new ",
"functionName": "Copytonew"
}, {
"menuName": "Copy to new Sheet",
"functionName": "CopytonewSheet"
}, {
"menuName": "Formatting the logsheet",
"functionName": "Formattingthelogsheet",
"defaultShortcut": "Ctrl+Alt+Shift+2"
}, {
"menuName": "More Formatting",
"functionName": "MoreFormatting",
"defaultShortcut": "Ctrl+Alt+Shift+3"
}, {
"menuName": "Pasting Sum ",
"functionName": "PastingSum"
}, {
"menuName": "getShet",
"functionName": "getShet"
}, {
"menuName": "trim Sheet",
"functionName": "trimSheet",
"defaultShortcut": "Ctrl+Alt+Shift+9"
}, {
"menuName": "Formatting a sheet",
"functionName": "Formattingasheet",
"defaultShortcut": "Ctrl+Alt+Shift+2"
}, {
"menuName": "Prep Sheet to print",
"functionName": "PrepSheettoprint"
}]
}
}