Is there any way to specify the encoding used in SpreadsheetGear to generate CSV files?
问题 I am trying to export data containing Unicode characters from our system using Spreadsheet Gear to csv format. (Fine for excel). However because the CSV format is not UTF-8 encoded all the Unicode characters are exported as ??? I am aware that Spreadsheet Gear supports Unicode by having a tab-delimited UTF-8 text file, however we require the comma-delimited file. This is what currently exists (including my check that the Unicode Text file format exports the characters correctly): public