Posted 19 July 2021, 7:26 am EST
- Updated 3 October 2022, 9:44 am EST
Hi,
Not completely, I will try to explain it in more details using screens. I defined custom function =ACTUALS (prints 1 string from parameters):
Next, I have saved spread sheet data in JSON format using spread.toJSON().
Why is after JSON initialization (when I loaded this JSON e.g. from local file or backend) custom formula #NAME ? In future I would like to have 20 sheets and in each sheet 100x defined formula based on data. Have I always to use setArrays or setFormulas manually in spread initialization ? JSON has information about formula position in spreadsheet‘s cell, so why I‘m getting #NAME ?
I need after loaded JSON automatic recalculation of custom formula, exactly same principle as for the native function e.g. SUM (but after load data, I’m getting calcError)


Thank you very much,
Tovarnak