Fixed google sheet
This commit is contained in:
parent
d9a4eeb175
commit
fe62776347
Binary file not shown.
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user