Google spreadsheet API, 400 error bad request : unable to parse range

后端 未结 7 1123
孤街浪徒
孤街浪徒 2020-12-05 12:49

I am trying to access Google spreadsheets using a spreadsheet example. When I run the example code it worked fine. I just change the SpreadsheetId and range

7条回答
  •  情歌与酒
    2020-12-05 13:17

    If you look at the sheet itself you will notice that the Worksheet is titled "Class Data". So just put the name of your sheet where is says "Class Data". Example: String range = "SheetName!A1:C";

提交回复
热议问题