Replies: 2 comments
-
can you share your use cases? My motivation with the sheet is building something like https://soulver.app. It's still very new and experimental, but I don't think adding arrays, etc would help. If you tell me about your use case and if it can be solved by functions, that can be done. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I want to calculate gains of alternative investment paths. What if scenarios, i.e. calculate interest of commodities bought, sold at different dates. If I can define js functions somewhere without a recompile, current sheets functionality is enough for me. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I understand that I can
years_to_double(rate) = 72 / rate
to define a function. But I have trouble understanding doing anything more complex.For example a query returns a
Posting[]
. Though, how do I iterate an array in sheets? I tried to write javascript, didn't work.Is it possible for user to define javascript functions without recompile, and use them?
Beta Was this translation helpful? Give feedback.
All reactions