Reading whole Google Spreadsheet with Sheets API v4 Java
You can specify the whole Sheet as just : String range = "Class Data";
, for a Sheet named Class Data. You can see the output on the Try it part of the spreadsheets.values.get
reference.
You can specify the whole Sheet as just : String range = "Class Data";
, for a Sheet named Class Data. You can see the output on the Try it part of the spreadsheets.values.get
reference.