I am running SharePoint Server 2010 and I have an excel spreadsheet of about 3000 rows / 30 columns, which I would like to import to a SharePoint list.

I've seen on codeplex a free tool for MOSS/wss 3.0 but nothing for 2010.

Only option I can think of is writing an app that will go through each line of the spreadsheet and create a new list item for each.

Can anyone else think of any options for getting this data into a list?

thanks!

link|improve this question
feedback

2 Answers

There is the option of using datasheet view to copy-paste data, especially if need lookups to other lists or have "choices" already set up. This does require you to normalize the data in your spreadsheet. The downside is that you can't paste in data for columns that are "multi-line" type in datasheet view.

Using the above two walk-throughs, you can first use the "Import Excel Spreadsheet" function for your import, then create the final "destination" fields - say if you need lookups, and use the datasheet view to "convert" data from the old columns to the final fields by copying-pasting from one column to another.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown