Hello.
I have a problem with loading nested data that contains formula.
The cell won’t calculate, but show as a plain text.
[
{ colA: 10, colB: { formula: '=A1', value: 10 },
{ colA: 20, colB: { formula: '=A2', value: 20 }
]
https://jsfiddle.net/chalee14634/21h08z5v/
Could you please suggest me the solutions to solve with this problem?
Thank you.