Hello,
I have a spreadsheet with data on the first 4 rows. This is in the 1st and only sheet in the spreadsheet.
I call getRowData as followed and the function returns undefined
this.spreadsheet.getRowData(2,0);
2 is the row index I want, so the 3rd row. It has data in it. 0 is for the index of the 1st and only sheet.
What I am doing wrong here? Thanks,
John