I have a spreadsheet that contains a named range. How do I read the value of the referenced range from the api? I have tried the service.get_spreadsheet_values(doc_id, range) example. But if range is specified as 'myspecialrange' then I get badRequest: Unable to parse range: 'REHTEST'
I've been using the getNamedRanges from the javascript APP scripting environment and now needs this from the Rest API.
Kind regards Søren Rehné