My task is to take an Access Database and create an Excel file, but I can not seem to CREATE the Excel file that OleDb will use.
The Excel file name
To enable read write on the file you can use the attribute : Mode
Provider=Microsoft.ACE.OLEDB.12.0;Data Source=EXCELFILENAME;Mode=ReadWrite;Extended Properties='Excel 12.0 Macro;HDR=YES;'