I use the SaveCSV to export data from sqlite database (list from DBUtils.ExecuteMemoryTable) and I have a problem in accented letters.
Excel don't read correctly this letters and return unrecognized character.
I don't want to use the Excel library, because I have a false positive in Comodo Antivirus, using this library.
Is there a way to uses the SaveCSV with the correct encoding (ANSI) that read by Excel in CSV files?
Thanks in advance for any tip.
Excel don't read correctly this letters and return unrecognized character.
I don't want to use the Excel library, because I have a false positive in Comodo Antivirus, using this library.
Is there a way to uses the SaveCSV with the correct encoding (ANSI) that read by Excel in CSV files?
Thanks in advance for any tip.