exceljs/exceljs

[BUG] Export CSV garbled characters

jingwuluo opened this issue · 1 comments

When emoji is included in worksheet.columns, the encoding format of the exported CSV file will not be the specified encoding format

I looked at the source code and found that when using the csv.writeBuffer() method, the parameter encoding has no effect.
image