OLEDB No Longer Works on a Closed Excel File
I currently have multiple processes that used the OLEDB VBO to access Excel 2016 files, using the connection string: (Provider=Microsoft.ACE.OLEDB.12.0;Data Source=C:\file_name.xlsx;Extended Properties="Excel 12.0;HDR=YES;"). This has worked for a ...