ListField

The list field is a bit of an annoying field to export to Excel. Reason for this is that a user can import multiple values, but every entry only has one row. To make matters worse, you can actually have multiple columns for this field, and add values to all those columns.

The most logical way we could think of to make 90% of the people happy was to combine al values in to one (or more) columns and let those values be stacked via a new line (soft return, \n).

Open to suggestions

To make this field more appealing to the other 10% of users, we're looking for ways to improve upon this field. We'd rather not have an entry producing multiple rows in the Excel file; but if that's what the people want...then that's something we should look into. Let us know!