Excel connection string, Onedrive

I want to connect to an Excel Workbook which is stored on onedrive.

If the Excel Workbook is stored locally, I successfully use the following connection string:

Provider=Microsoft.ACE.OLEDB.12.0;Data Source=c:\myFolder\myExcel2007file.xlsm;Extended Properties="Excel 12.0 Macro;HDR=YES";

But what do I do, when the Data Source is a URL?

0 answers