I've a multi-dimensional array sheetValues[][] created using .getValues() on the origination sheet. I'd like to copy the values from the sheetValues array into the destination sheet. How could I push the contents of each row of the sheetValues array into the destination sheet?
What function allows me to push each row of the array, one row at a time (after checking for an IF condition on a cell in each row) into the corresponding range of the destination sheet?
Your help is much appreciated.