Add Bulk Data from Excel File to SharePoint List Using PnP PowerShell
Recently, one of our clients requested us to provide a solution for adding bulk Excel data to a SharePoint list programmatically. We can achieve this using a PnP PowerShell script. So in this article, we’ll learn how to read an Excel file and add bulk data to a SharePoint list using PnP PowerShell. Import Excel … read more…