Fixed google sheet

This commit is contained in:
Cayden Brackett 2025-03-13 13:46:54 -04:00
parent d9a4eeb175
commit fe62776347
2 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ public class Submit {
//data for the sheet API //data for the sheet API
ValueRange body = new ValueRange().setValues(data); ValueRange body = new ValueRange().setValues(data);
//the ID for the google sheet //the ID for the google sheet
String spreadsheetId = "1ymrHX4r1WOvpv5QSV4bdLYYrOfLZLf_4XD5CYbjihgU"; String spreadsheetId = "1ky5LBTpnEeBEEaaF7z6UWdh-E7YmOSeij4dYdR2PU4A";
//starting point //starting point
String range = "Data!a2:O2"; String range = "Data!a2:O2";
//inserts data to the sheet //inserts data to the sheet