We were trying to import Excel sheet data into SharePoint and got following error:

 

 Method ‘Post’ of object ‘IOWSPostData’ Failed

 

Resolution:

Need to perform following steps:

•Go to “C:/Program Files/Microsoft Office/Office12/1033”.

 •Find “EXPTOOWS.XLA” and double click on it.

•Press “Alt+F11” to display VB code editor.

•Select code window and find “lVer = Application.SharePointVersion(URL)”

•Add following line “lVer = 2”.

•Save and close the window.

•Restart and see if it worked.

•If not, change “lVer = 3”.

•Restart and see if it worked.

相关文章:

  • 2022-12-23
  • 2021-10-13
  • 2021-05-16
  • 2022-12-23
  • 2022-12-23
  • 2021-08-05
  • 2021-04-22
  • 2021-11-23
猜你喜欢
  • 2022-02-06
  • 2022-12-23
  • 2021-06-15
  • 2021-11-26
  • 2021-11-28
  • 2021-11-08
  • 2021-07-14
相关资源
相似解决方案