I have one Sharepoint Lists, I want import data from Excel, how to do?

Copper Contributor

I have one Sharepoint Lists, I want import data from Excel, how to do?

1 Reply
Hi,
Different options that come to my mind:
(1) Edit the list with Quick Edit mode, copy data from Excel an paste it into the list
(2) Save the Excel file as CSV, process the content with PowerShell and use PnP PowerShell to upload data into the list: https://www.sharepointdiary.com/2014/08/sharepoint-online-add-new-list-item-using-csom-powershell.ht...
(3) Process the Excel file with a Power Automate Flow that read the Excel file and upload the data into the list: https://www.youtube.com/watch?v=F2leKcMPAtw