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?
In SharePoint there is a hidden application page that exports web parts /_vti_bin/exportwp.aspx. follow the below steps to export your webpart:
Replace the following with your values http://yourwebsite.com/_vti_bin/exportwp.aspx?pageurl=your page&guidstring=webpartid
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.
1.1k questions
673 answers
454 comments
193k users
Related Activities
Categories
Most popular tags