Hello,
I find myself having to export data from a database. The types of exportable format are:
- Excel Internet Query
- Excel CSV (UTF8-BOM)
- Excel TSV (UTF16-LE BOM)
- Plain CSV (UTF-8)

The data entered in the cells can have the following signs @, / *
The data columns and rows. At the top is the row with the field names.
When I go to read the exported file I see all the mixed data and unordered. This happens on all formats. How do you see them stacked in an exact way?