Export / Import from Excel file in SharePoint (SPFx)

Brass Contributor

 

Here is the tool which will help you to import excel file into a list. This tool will not create any kind of list or column. It will help users to import their excel file in specific list. This tool also allows users to update existing records directly from excel file. I have develop the tool in SharePoint Framework.

Currently this tool is for SharePoint Online version only.

We are supporting following columns :

 

  • Single line of text
  • Multiple lines of text
  • Number
  • Yes/No
  • Person or Group (Person + Group)
  • Person or Group (Person + Group) (Allow multiple selections)
  • Date and Time
  • Choice
  • Choice (Allow multiple selections)
  • Hyperlink or Picture
  • Currency
  • Managed Metadata
  • Managed Metadata (Allow multiple values)
  • Lookup
  • Lookup (Allow multiple values)

 

Installation of App :-

1. Click here to download the sps-import-from-excel.sppkg.

2. Visit the Microsoft 365 SharePoint Admin Center

3. Go to Apps -> App Catalog. If you don't have app catalog, here are the instructions for creating one.

If you have Site Collection level App Catalog, just to to Apps for SharePoint from your site collection.

4. Click 'Upload' and select sps-import-from-excel.sppkg file to upload.

 

GauravGoyal_0-1625466966526.png

 

 
GauravGoyal_1-1625466966542.png

 

 

 

5. Check the box for Make this solution available to all sites in the organization and click the Deploy button.

 

GauravGoyal_2-1625466966916.png

 

6. A successful installation will look like this: 

 

 

GauravGoyal_3-1625466966539.png

 

7. if you receive an App Package Error Message stating, "Deployment failed," as shown here, simply delete the .sppkg file and repeat steps 4 and 5 to redeploy.

 

8. Now go to the site where you want this tool. Just create a new page or edit existing page and add a webpart 'SPS Import From Excel'.

 

GauravGoyal_4-1625466966500.png

 

 

 

 

GauravGoyal_5-1625466966545.png

 

This tool has help on each steps. You can read and start exporting or importing the excel.

 

 

GauravGoyal_6-1625466966548.png

 

 

How To Setup

 

GauravGoyal_7-1625466966742.gif

 



How To Use

GauravGoyal_8-1625466967338.gif

 



 

Enjoy!!!

2 Replies
Thanks for sharing bud
Hi Gaurav! please share the code to implement this functionality if possible on email address removed for privacy reasons.

Thanks Gaurav. I had a requirement to implement this functionality