I would like to export my users information into an excel file where each column represents a field from the users interface.
For instance, I would like there to be fields for username, name, email, role, etc. And I'd like each column to be filled in with the commensurate information.
I have the users2CSV plugin, but that gives me an excel file with all the information in one column.
I want to merge the excel file I download from WordPress with one created by a human to merge and de-duplicate.
Any help is appreciated.