Tell me more ×
SharePoint Stack Exchange is a question and answer site for SharePoint enthusiasts. It's 100% free, no registration required.

I understand how to import data from Excel into a Sharepoint list. We have a problem where we have 200-300 word docs, each consisting of 3 or 4 tables of information. I want to get this information into a single list in Sharepoint without having to convert and clean the data in excel first

share|improve this question
Steve what sort of schema do these documents conform to? Could we see a sample? Would it be ok if I wrote a PowerShell script for you to do this or maybe a C# executable? – Robert Kaucher Mar 21 '12 at 17:32

1 Answer

You would have to build a script that pulls the tables from your documents and write them back to SharePoint. This could be done with a macro, but to me it seems to be more work than just moving the content from Word to Excel or Access, then pushing it to SharePoint.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.