I have checked some links how to load data from excel file into PostgreSQL table. There are solutions as:
- Save excel to .CSV file and use COPY command.
- Use Python script to read and insert data to Postgresql.
Because of the format of excel file, I can't save it as CSV
file. Do we have any built-in functions PostgreSQL provided to read data from excel file?