How to get the last row with value in the new Google Sheets API v4 ?
i use this to get a range from a sheet:
mService.spreadsheets().values().get(\"I
You can set the range to "A2:D" and this would fetch as far as the last data row in your sheet.