Hi,
I am trying to create csv file using smartsheet -python-sdk.. i am getting following error
response.save_to_file()
AttributeError: 'Error' object has no attribute 'save_to_file'
on further debugging i found that save_to_file module does not exist.
Is there any other way to export smartsheet to csv format via api call from python ?
Thanks in advance.