All,
i have written a 2D array to a file using "write to spreadsheet file".
Now i wanted to add a condition before write happens to file.
let me give small example ,
suppose i get 1st array element as 10, i should have a condition which checks if it is greater than 11
then only write to file,otherwise skip the write to file.
Thanks in advance
Praveen