You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the website, you can create a Quip spreadsheet and set certain columns to present a popup with a validated list of items. For example, column A of each row could be "Yes" or "No" values and column B could be the names of US state. You can even assign colors to each menu item. Column three could be a free-form chunk of text.
I'm looking to programmatically take output from a database and create these via the Python API. Doesn't have to be python. Just wondering if this capability is exposed via the API.
Any way to do this?
The text was updated successfully, but these errors were encountered:
Any updates on this issue? I am implementing a Python app that populates a Quip spreadsheet with rows that contain a cell that ideally should have Data Validation (Green, Yellow, Red). Is it possible to apply Data Validation to a cell via the API?
I setup a Quip spreadsheet that includes the required Data Validation, and then got the thread. Even then I did not see how the Data Validation is stored/applied. Is it even possible to view the Data Validation for a cell via the API?
On the website, you can create a Quip spreadsheet and set certain columns to present a popup with a validated list of items. For example, column A of each row could be "Yes" or "No" values and column B could be the names of US state. You can even assign colors to each menu item. Column three could be a free-form chunk of text.
I'm looking to programmatically take output from a database and create these via the Python API. Doesn't have to be python. Just wondering if this capability is exposed via the API.
Any way to do this?
The text was updated successfully, but these errors were encountered: