
amr users plus version 3.6 up includes the ability to offer a direct excel export of the user list data, instead of, or as well as the .csv export. It needs the phpoffice/phpspreadsheet library to be available (see below)
Demo
excel wordpress user export demo.
Instructions:
- Make the phpspreadsheet library available. There is an easy low tech way to do that by adding the cbx plugin https://codeboxr.com/php-spreadsheet-library-wordpress-plugin/ or via composer. For instructions click here.
- Tick the ‘xls export’ checkbox in the userslists overview settings. (Similar to the existing .csv option). and then view the list and test it!


The XLS export will not function if phpspreadsheet and the writer class are not found.