I have set up a basic html table with a reader in each cell (don't ask) that exports to excel, I also have a datagrid that exports to excel. Both work without issue in regards to actually creating the spreadsheet, but I have a question regarding formatting. Inside each cell is a list of names, i.e.:
Bob Smith Jim Bob John Miller Susie Q Jane Doe
When the spreadsheet comes up it places each name in a separate "sub cell" instead of having it all in one cell. Is there a way I can make it so that the names in each html table cell are in a single Excel cell?