I have an excel file with 500+ worksheets and each sheet has a table. I want to import the excel file so that a table is created for each sheet resulting in 500+ tables in the database filled with 500+ sheets' data. I want to know if there is a way to do this all at once as I don't want to manually import 500+ sheets and create their tables one by one.