Google Sheet Manipulation
Hello there!
I'm going to build an application interacting with my Google Sheet.
I can get all rows from the Google Sheet.
But Id like to get the specific rows' data using "Ranges" property.
I've faced the following error.
{
"error": {
"code": 400,
"message": "Unable to parse range: Profile information!A16:F16,Profile information!A17:F17,Profile information!A18:F18",
"status": "INVALID_ARGUMENT"
}
}
Who can help me with that?
0 Replies