I have an xls file with ~ 60 data sheets. I would like to move them to the database (postgres) so that each sheet is stored in a different table.
What is the fastest way to create these tables? I don't care about naming or the right set of columns. Columns can be rows in this regard. I do not want to run 60 different csv downloads.
source
share