0
votes
2answers
14 views

Exporting list to Excel

Can I export a list into Excel (or some other format) in Sharepoint 2013? Is this feature available out of the box?
0
votes
2answers
29 views

SharePoint Document ID Service and Imported Document Library List

I have an out-of-the-box document list that is created in dev and have the Document ID Service feature activiated. All works well. My test server has the Document ID Service enabled and document ...
0
votes
1answer
47 views

Error exporting list to excel - permissions for resource throttling ceiling

What level of permissions have to be assigned to a user account in SharePoint 2010 for them to qualify as an "administrator" and therefore grant them access to the higher ceiling for resource ...
0
votes
0answers
41 views

List Does Not Exist Error After Importing

I have a set of sites that are using one of the Fab-40 templates and we are upgrading to 2013 and as you all know, none of the templates are compatible with 2013. So, I'm having to export the content ...
0
votes
0answers
35 views

List Calculated Field in Pivot Table

I have a list in SharePoint 2010, and I'm using that list to drive data in a Pivot Table. This, in and of itself is nothing special. No custom code, PowerPivot or JavaScript hacks. I have two Custom ...
0
votes
2answers
347 views

Fail to export custom SPList to Excel

Im trying to export a SharePoint-List(created from a custom Listdefinition) to Excel by using the "Export to Excel"-button on the ribbon. It works when im trying with other default SharePoint-lists ...
1
vote
1answer
494 views

SharePoint List Export to Excel All Columns!

As you may know SharePoint's default export to excel only exports the columns of that current view to excel. Is there anyway to export all columns, without adding all columns to that current view.
0
votes
0answers
214 views

How do I export Sharepoint Project tasks List to Microsoft Project 2010?

I would like to be able to Export items from Project Tasks List (Sharepoint 2010 Enterprise) to Microsoft Project 2010 Standard just like the export to excel function. Would also like to be able to ...
1
vote
2answers
315 views

Best Practice for export List Content to HTML (typo3)?

I've got the following problem: Use Case: I'm creating Events within my intranet with Sharepoint Server 2010. I have a typo3/cms front-end website not connected to sharepoint yet. I want to show the ...
1
vote
1answer
752 views

Sharepoint 2010 Excel - Extra fields in export xls

I have a view of about 80 fields (base from a list of about 200 fields) that I want to export into excel but the export shows up with extra fields (fields that are being used in some of the calculated ...
0
votes
1answer
633 views

Automate exporting SharePoint list 2010 items to Excel 2010

I found this Import Sharepoint List into Excel Using VBA Only that people have been successfully using to automate the exporting SharePoint 2010 list items to Excel 2010. Currently I m also using web ...
1
vote
1answer
381 views

Access denied when Importing a Sharepoint list

I have a serious problem when importing a Sharepoint List exported from a test server. During import, the log file encounter many problems of right access like Debug: Security check failed in ...
2
votes
1answer
235 views

Export Large Lists from SharePoint 2007 C#

I want to create a application to export Large Lists to csv in 2007 where the threshold is 2000 items. What is the best approach? i need to export 1.000.000 items in the end. I know when you delete ...
1
vote
2answers
8k views

Import Sharepoint List into Excel Using VBA Only

In Excel 2007, I have a VBA script that consolidates various data sources into a single Excel file for monthly archiving and reporting purposes. How can I import data directly from a Sharepoint ...
3
votes
2answers
4k views

Permission levels for user exporting list into excelsheet sharepoint 2010

What are the minimum permissions needed for a users to export the list into excel sheets in SharePoint 2010?
2
votes
2answers
1k views

Error - while exporting a Sharepoint List (Export to Excel)

Colleague of mine is facing the below issue while trying to export the SharePoint List which has more than 10 000 items. However I was able to export the complete List without any issues. Note: He is ...
0
votes
2answers
691 views

ArgumentException with Export-SPWeb Lists

PS C:\Users\Administrator> Export-SPWeb "http://win-oql2facn6h8/" -itemurl "List s/Disney" -path "c:\Backups\disney.cmp" Export-SPWeb : ...
1
vote
2answers
2k views

How can I use Powershell to move a list from a development to a production Sharepoint 2010 box?

I'd like to copy a list (and its contents) onto our production server. I've been trying to use the Export-SPWeb cmdlet, using this article as a reference, but I can't seem to get it to cooperate. I've ...
0
votes
5answers
3k views

Export List in SharePoint 2007 to List in SharePoint 2010

I have a SharePoint 2007 list that I want to copy over to an existing SharePoint 2010 list. Both of them have the exact same columns. What is the best way to do this? I tried opening both of them in ...
3
votes
3answers
4k views

Move list from root site to subsite

We accidentally created a few lists at the root of our SharePoint 2010 site and need to move them to a subsite. How do you do this? We tried exporting as a template, but then the list became a library ...
2
votes
1answer
563 views

Export custom list to excel

I'm using SharePoint 2007. I have created custom-list. The list contains one column from "Person and group" type, show field: E-mail. I fill in data in the list column and export this list to excel ...
1
vote
3answers
1k views

Can You Enhance the “Export to Spreadsheet” Action for SharePoint Lists?

Do you know of any resources/solutions to enhance the List’s “Export to Spreadsheet” function so that, once the data is opened in Excel, something would trigger VBA Macro(s) to start formatting the ...