A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
These links below are shared by community members for your convenience. It points to a third-party site that is not managed or verified by Microsoft. I can’t guarantee the quality, safety, or suitability of any content or software found there. Please review carefully and make sure you understand any potential risks before using it.
Have you already tried using Microsoft's Export Table to SharePoint List feature described in the following article?
https://support.microsoft.com/en-US/Excel/export-an-excel-table-to-sharepoint
This method allows you to export an Excel table directly into a SharePoint list and can be useful when creating a new list from spreadsheet data. Microsoft notes that the Excel data is mapped to SharePoint list columns during the export process.
If the export method continues to fail, you may also consider the following alternatives:
- Power Automate: Read rows from the Excel table and create SharePoint list items in batches. This is a good option for larger datasets and repeatable imports.
https://www.enjoysharepoint.com/import-data-from-excel-to-a-sharepoint-list-using-power-automate/ - PnP PowerShell: Generally the fastest and most reliable method for importing large datasets (such as 20,000+ rows) into an existing SharePoint list. However, you will need admin role and PnP command.
https://powershellfaqs.com/import-data-from-excel-to-sharepoint-list-using-pnp-powershell/
Please let me know which direction you want to take. I will help step by step with it.