Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on March 1, 2019 1:34AM
Likes: 0
Replies: 3
Hi,
For files within a managed folders, the API provides few interactions. You can use the get_download_stream() method.
For easier usage, you should consider have datasets that have more methods available.
Jeremy
WIth the get_download_stream, i couldnt read excel. is there any different way to do that?
with handle1.get_download_stream('Sites.xlsx') as f:
data=f.readline()
It reads as xml content.
To add more details: