Skip to main content

Export / Import from Excel file in SharePoint

SharePoint Web Part - Export or Import from Excel

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.



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

6. A successful installation will look like this: 

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'.


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


How To Setup



How To Use




Enjoy!!!


Comments

Popular posts from this blog

Deploy SPFx production solution files in specific folder with in container on Azure CDN

Hi, When we creates SPFx solution and deploying the build files on Azure CDN, it deploys all the files in a container which you mentioned in "deploy-azure-storage.json" file. This is bit messy to see. Because you can deploy multiple solution on the same container. But what if you want to manage solutions by Solutions or By versions. Here is the way. I will show you how to deploy SPFx production deployment files in a specific folder in the Container on Azure CDN. First you have to deploy some gulp task packages in dev-dependencies npm install gulp-util gulp-deploy-azure-cdn --save-dev Now you need to make following changes in the "gulpfile.js" file : const deployCdn = require('gulp-deploy-azure-cdn'); const gutil = require('gulp-util'); gulp.task('deploy-azure-storage-folder', function () {   return gulp.src('temp/deploy/**/*', {}).pipe(deployCdn({       containerName: '<<Your Container Name>>', // Container

Error while compiling spfx project - Error - typescript - node_modules/@fluentui/react-focus/node_modules

 Some when you create new project or upgrade existing project, developer get issues related to fluent ui packages i.e. : Error - typescript - node_modules/@fluentui/react-focus/node_modules/@uifabric/merge-styles/lib/DeepPartial.d.ts(4,26): error TS1005: ';' expected. Error - typescript - node_modules/@fluentui/react-focus/node_modules/@uifabric/merge-styles/lib/DeepPartial.d.ts(4,41): error TS1005: ')' expected. Error - typescript - node_modules/@fluentui/react-focus/node_modules/@uifabric/merge-styles/lib/DeepPartial.d.ts(4,42): error TS1005: ';' expected. Error - typescript - node_modules/@fluentui/react-focus/node_modules/@uifabric/merge-styles/lib/DeepPartial.d.ts(4,72): error TS1005: ';' expected. Error - typescript - node_modules/@fluentui/react-focus/node_modules/@uifabric/merge-styles/lib/DeepPartial.d.ts(4,107): error TS1005: '(' expected. Error - typescript - node_modules/@fluentui/react-focus/node_modules/@uifabric/merge-styles/lib/De