ONEDRIVE_SHARE_LINK
in the notebook to link to the file you just made.get_onedrive_download
, which takes a share link and creates a URL that will download that file directly. You can use a library like requests
to fetch the file or pass it to pandas
to read a CSV or Excel file directly. In the below example, the shared file is an Excel file.