Simple plugin that allows you to export the users of your site in a spreadsheet, csv or html format with all metadatas.
We have been looking for a good users exporter plugin for some time but none of them seems to accomplish this simple task, so we created this one. This plugin does everything you need when it comes to exporting your users.
- choose the metadata you want to export
- choose the label for each field
- choose the order the fields will be exported
- support for BuddyPress custom profile fields
- support for Multi Site installation
- Want to expor in another format? Its very easy (for a PHP developer) to support new formats.
18 Feb 2015 - 1.4.2
Fix bug with table headers
Fix bug with htmlentities and php 5.4
Fix bug when user has more than one Role
29 Oct 2014 - 1.4.1
Replace call to deprecated mysql_query() function
15 May 2014 - 1.4
Add filter to make it possible to customize meta fields values
27 Jul 2012 - 1.3
Better handling with line breaks
04 Jul 2012 - 1.2
change the way script generates table, using a temporary file in the disk instead of loading everything in the memory. This avoid memory limit problems when we have lots of users
save user selected order of the fields to be exported
30 jan 2012 - 1.1
Security fixes
15 dec 2011 - 1.0
Export user Role.
Unserialize exported data when serialized.