At the moment, only .xls versions are supported.


Include column headers to denote information locations.
Example

Given the following data sheet:

NameDomainGroup
JohnemailFriend

We want it to be output into a text file in the following format:

"John@email.com","Friend"

To do so, simply use the Column Headings to denote where the respective data should go. So, for the example above, we would define the output format as follows:

"NAME@DOMAIN.com","GROUP"