Welcome to deBUG.to Community where you can ask questions and receive answers from Microsoft MVPs and other experts in our community.
0 like 0 dislike
49 views
in SharePoint by 18 29 36
edited by

I am trying to export a web part and import it into another page, but I couldn’t find the export option in the web part.

How to export sharepoint webpart with missing export option?


1 Answer

0 like 0 dislike
by 18 29 37
edited by

Export SharePoint webpart with missing export option

In SharePoint there is a hidden application page that exports web parts /_vti_bin/exportwp.aspx. follow the below steps to export your webpart:

  • Open your page that contains your web part.
  • Click F12 > select your web part > get the web part id.
  • Replace the following with your values http://yourwebsite.com/_vti_bin/exportwp.aspx?pageurl=your page&guidstring=webpartid

        For example:
        http://example.com/_vti_bin/exportwp.aspx?pageurl=http://example.com/Pages/pagewithwebpart.aspx&guidstring=f7358a1d-e960-493e-a72a-a4d731bbc5ee
    
  • Paste it into the web browser address bar and yourwebpart.webpart will be downloaded.

If you don’t ask, the answer is always NO!
...