Open mohanrkrishna opened 4 years ago
For the moment downloading a file requires an actual file on disk, but the code can be easely changed so it can write to a BytesIO object, so all will be kept on memory.
A stream of bytes is also possible.
Thanks @janscas Love the tool.
Hi - Thanks for nice tool. I am able to get document names from Teams/channel folders using sharepoint & drive functions. Need to download 100+ excels there , parse and load to database.
In above example provided , it expected to_path. Our app will be deployed to Azure web apps , so cannot download to a path
Looking for thoughts how to get content stream from current library method & store to dataframe. I see download , but it expects to_path.
Please let me know if it is doable. Thanks!