Hi everyone,
I am currently working on a task which requires me to export/downloads the tables generated by visualizations of a sheet of a particular app in excel or csv format.
For convenience, lets assume that the app id is: app_id, visualization has object id: object_id and sheet has the name: sheet_name. We are using Windows and have utilized the python library qrspy (https://github.com/clintcarr/qrspy) for authentication. qrspy also has a method called 'get_appobject()' and it returns all the sheets on the server (sheet_name in our case)
I have no idea how to proceed beyond this. Is there a way I can access the tables generated by the visualization of a particular sheet?
If you could guide me to the resources which can help me achieve this task in other languages such as Javascript, that would be helpful too.