The API returns formulars like this:

=RC[2]*RC[3]/R[21]C[1]*sqrt(R[21]C[5])*R[8]C[8]/Sheet2!R[5]C[2]

What is the best way to extract the rows and colums. E.g

{RC[2]}, {*}, {RC[3]}, {/}, {R[21]C[1]}, {*sqrt(}, {R[21]C[5]}, {), 
{R[8]C[8]} {/}, { Sheet2!R[5]C[2]}

Or maybe

{,0,2}, {*}, {,0,3}, {/}, {,21,1}, {*sqrt(}, {,21,5}, {)*}, {,8,8} {/}, 
{Sheet2,5,2}

?


--
hans

Reply via email to