0

I am trying to get all the values from a dropdown list of a cell in google sheet google sheet dropdown screenshot

however in the json return that i am getting from the sheet api, I only get the selected value and not the list of all the values of the dropdown. How can i the whole list?

the ajax code is:

"GET", "https://sheets.googleapis.com/v4/spreadsheets/"+sheetId+"/values/Sheet1?key="+apiKey+""

json return screenshot

1 Answer 1

0

That's the expected outcome. Sheets API only fetches values which are currently visible on the cells. There is no way to get the hidden whole list. Check Reading and Writing for more info.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.