Using V4 of the Google Sheets API in Java. I'm trying to loop through the sheet reading off data, but am getting exceptions when I try to pull out a range that goes past the number of rows added to my sheet.
I can't find anything in their API that tell me what the last row and last column added to my sheet are.