dhatim / fastexcel

Generate and read big Excel files quickly
Other
644 stars 116 forks source link

how to set charset encoding #375

Closed xuanzhui closed 6 months ago

xuanzhui commented 6 months ago

Workbook use OutputStream as its parameter, then how to control the charset encoding

xuanzhui commented 6 months ago

Checking Writer class, it seems that default charset is StandardCharsets.UTF_8 which is ok for me.