I am looking to automatically pull data from Access to Excel using a python script. Manually, I have to do the following inside Excel:
Click on "Data"--> "from Access". Step 1
Select the Data Source (.accdb) Step 2
Input the credentials for Oracle ODBC Driver Connect Step 3
This fairly easy process inside Excel I would like to automate using a python script. Could you get me an idea how this could be achieved? Could I possibly run a macro from python that does these 3 steps ?
Thanks for your help!
Greetings,
Daniel