I have 4 Excel spreadsheets all with different formatting and column names that I want to use powershell to import into ONE Sql Server Table that I will want to create with powershell. I have found several instances of importing one workbook, but I haven't found one where you can import multiple workbooks into the same table. Can someone show sample code for a reference on how to import multiple spreadsheets into the same table with powershell please? I found this link which looks like a GREAT starting point, but unfortunately it is only showing how to do one table, and I am WAY new to powershell so can't tweak it on my own to set it to import multiple
http://www.sqlserver-dba.com/2013/01/sql-server-export-excel-data-to-sql-server-with-powershell.html