Posted 18 April 2018, 8:01 am EST
I have to calculate and set cell value for all the rows in a flexSheet. The user will provide formula. I am curious about the nature of syntax as well.
To elaborate, lets say I have 4 rows and 3 columns (A,B,C). I have to set value for new column, D, for all the rows. Value will be the result of summation of cell values of A,B,C
(D1= A1+B1+C1, D2= A2+B2+C2…)
Thanks !!
