Posted 12 July 2020, 5:48 pm EST
How do I print all the formula parameter arguments for my custom functions?
I am looking for a flag that tells me
- A flag that tells me if it is a cell, range, formula, or table reference
- The string value of the cell, table, or range reference.
The code mirror has an alert where I expect the reference.
https://codesandbox.io/s/spreadjs-custom-formula-reference-d5gj2?file=/src/index.js
