ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
2
Plug and play
3
Make a copy of this sheet. You will get a warning about the AppScript code also being copied
4
Wait for a few seconds until a "Squiggle" button pops up
5
6
7
8
9
10
Write your squiggle expression in the "Main" sheet. Make sure that it returns a number
11
(optional: Review the code you are about to run by clicking on Extensions > AppsScript)
12
Click on the "Squiggle" button, and then on "Feed squiggle strings to squiggle"
13
Authorize the app to run the AppScript code
14
Wait for a second, and see the "Output" column fill up
15
16
Advanced usage
17
Duplicate the sheet
18
Then click on "Extensions" and then on "Apps script"
19
Then manipulate the code to fill your needs.
20
This might be particularly necessary to work with expressions with a non-numeric result type (e.g., distributions)
21
But note that the code will in fact work with more complex types, it will just return a json rather than a number
22
If you want to tinker with the code, have a look at the Extensions -> AppsScript.
23
For questions or queries, feel free to reach out to Nuño Sempere (nuno.sempere@protonmail.com)
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
99
100