I am currently working on an Excel where data is entered, that should end up in a database. I already wrote a code to validate the entered data, now I am looking for a way to connect the excel-sheet directly with the database.
One more simple way is to save the data as CSV and then read it in by Python code. But is there a way to import the data directly from excel to the database?
Is it possible to connect it by Excel VBA or python? Do you have any other ideas?
Thank you for your ideas/ help!