From your screenshot, I can't know which step is not working on your side.
You can convert xlsx into csv in excel application and then direct input the csv to SQL.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I was trying to import bulk excel file using the PowerShell scripts coding, my destination is SQL Server, In my spreadsheets there are different data and each columns have has datatypes, how can I declare the data type in PowerShell script, based on the column from the excel sheet including null cells.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
From your screenshot, I can't know which step is not working on your side.
You can convert xlsx into csv in excel application and then direct input the csv to SQL.
Hi Snow,
While running the code data must be insterted to sql server.. my case unable to populate the data in sql server..
so that i share the screen shot after ran the code.