Skip to content

Export version history can be used to export the version history of SharePoint 2013 List items to Microsoft Excel. It provides button in Ribbon to do bulk export and also in the ECB menu to export single items.

License

nadeemy/ExportVersionHistrorySP2013

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

ExportVersionHistrorySP2013

Export version history can be used to export the version history of SharePoint 201 List items to Microsoft Excel. It provides button in Ribbon to do bulk export. The WSP file can be downloaded from here: https://github.com/nadeemy/ExportVersionHistrorySP2013/releases/download/1.0/NY.ExportVersionHistory.wsp

Deployment steps

Add Solution using stsadm.exe: stsadm.exe -o addsolution -filename C:\NY.ExportVersionHistory.wsp

Deploy Solution using stsadm.exe: stsadm.exe -o deploysolution -name NY.ExportVersionHistory.wsp -immediate -allowgacdeployment

Add Solution using PowerShell: Add-SPSolution -LiteralPath c:\NY.ExportVersionHistory.wsp

Deploy Solution using PowerShell: Install-SPSolution -Identity NY.ExportVersionHistory.wsp -GACDeployment

Feature Activation

Go to the site collection where you want to activate the feature. The feature is scoped at Site collection level.

For more information please visit http://www.sharepointnadeem.com/2012/07/export-version-history-of-sharepoint.html

WANT TO SHOW APPRECIATION?

If you find this tool useful and want to show your appreciation, you can go to my blog SharePoint Learnings and click the banners on the blog to visit my blog sponsors or you could spread the word about it on social media sites.

About

Export version history can be used to export the version history of SharePoint 2013 List items to Microsoft Excel. It provides button in Ribbon to do bulk export and also in the ECB menu to export single items.

Resources

License

Stars

Watchers

Forks

Packages

No packages published