Using CData to connect to local excel file with jdbc url below:
Connection conn = DriverManager.getConnection("jdbc:excel:Excel File=C:\MyExcelWorkbooks\SampleWorkbook.xlsx;");
Can we connect to a remote file using CData, If so what can be the connection jdbc url?