Click here to Skip to main content
15,868,340 members
Articles / Productivity Apps and Services / Sharepoint

SharePoint 2010 - Export Selected Items to Excel

Rate me:
Please Sign up or sign in to vote.
5.00/5 (2 votes)
10 Oct 2013CPOL1 min read 66.7K   7
Export custom list items to Excel in SharePoint 2010.

In SharePoint 2010, sites can export custom list items to Excel using the Export to Excel option in the ribbon toolbar. It will export all items in that particular view in which the option is invoked. SharePoint literally is not exporting the items it creates in the query file instead, which will have the view id and helps to query the SharePoint list data and the results are shown in the excel spreadsheet.

Now if I have a requirement something like, I need to export only specific items from the list. Let's say I want to export only 10 items out of 30 items shown in the view then there is no direct option for that. I need to create a view and apply filter to extract only the specific 10 items which I want to export. But I can' t create views every time to export any specific items. What if I don't have appropriate permissions to create views? To overcome these kind of issues, I have created a component which will export the specific items from the custom list. Its a custom action which will create the "Export to excel" ribbon button. Just selected the items and click on the button in the ribbon to export the items.

How To

  1. Deploy the WSP to the concerned web application
  2. Go to site features and activate the feature
  3. Use the export functionality in the custom list

Download

You can download the WSP and code from here.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect
United States United States
I'm interested in C#, AJAX, SilverLight,and SharePoint now. I enjoy listening to music, movies, driving.
I love posting answers to forums, especially questions related to SharePoint Technology. Started career as c++ developer, then .Net Mobile Technologies and SharePoint now.

Comments and Discussions

 
QuestionGuide Pin
rubenjaldin18-May-18 10:46
rubenjaldin18-May-18 10:46 
QuestionSource Code? Pin
Member 22538649-Dec-15 10:30
Member 22538649-Dec-15 10:30 
I need this functionality for SharePoint 2013, can I get the source code?
QuestionNeed the source code of this wsp Pin
Member 1175842431-Aug-15 4:12
Member 1175842431-Aug-15 4:12 
QuestionWhere can I download the source code of this wsp Pin
Member 1161510416-Apr-15 23:17
Member 1161510416-Apr-15 23:17 
QuestionSharrepoint Online Pin
AlwinStephen1-Apr-15 1:06
AlwinStephen1-Apr-15 1:06 
QuestionExport Excel with grouping Pin
Khaniya2-Dec-14 21:26
professionalKhaniya2-Dec-14 21:26 
QuestionNon-farm solution? Pin
Cynthia Dingman10-Sep-13 10:38
Cynthia Dingman10-Sep-13 10:38 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.