Import Excel 2007 Spreadsheet as Sharepoint List Error Method ‘post’ of object ‘IOWSPostData’ failed
By peter.stilgoe
If you get the following error Method ‘post’ of object ‘IOWSPostData’ failed, you can fix it by doing the below:
Do a search on you C: drive for a file named: EXPTOOWS.XLA
Open it and Enable Macros
Select the Developer tab and the Visual Bacis or press ALT+11. Same result. You are ready to alter the file.
Search for:
lVer = Application.SharePointVersion(URL)
Add a new line just below:
lVer = 2
Save and exit.
Now try the import again & it should work.
NOTE: this is a problem with excel as opposed to Sharepoint so this would need to be done on all workstations requiring the ability to import Excel 2007 spreadsheets as custom lists.
More From pstilgoe
Excel 2007 , Sharepoint Lists 


March 2nd, 2010
