Hi,
I would like to create a table based on some customization that I read from a json and one of the things i would like to do is associate a column with an excel formula,
so for example, i would define 3 columns (A,B,C) and would have info saying that column C is SUM(A[row];B[row]).
I know you can use formulas and create a function based on the ui rowData, but i would like to know if it is possible to pass a excel formula as the dataIndx for a column.
Thanks,