I am looking for information on how to insert an Excel file in PostgreSql, but I can not find information, there is no guide or tutorial from scratch, all are concrete problems on the internet.
My intention is for the client (Angular2) to send an excel to the server (SpringBoot) and save the data of the excell in the Database (postgreSQL).
I need a code to start or something, but I can not find where to start.
Thank you.