I have a single Excel file that is updated every morning with the current inventory of a few items. I would like to know if it's possible to connect that Excel file to PostgreSQL and automate a query that will add new rows on the same table on a daily basis. What I would like to get is something like this:
-------------------------------
col1 col2 col 3
-------------------------------
09/10/2019 boxes 5
09/11/2019 boxes 3
09/12/2019 boxes 2