jmcnamara / libxlsxwriter

A C library for creating Excel XLSX files.
https://libxlsxwriter.github.io
Other
1.49k stars 332 forks source link

Export with win-1251 and koi8-r character encoding #355

Closed Otbivnoe closed 3 years ago

Otbivnoe commented 3 years ago

Hey! Have faced a feature request in my app to support win-1251 and koi8-r character encoding. Is it possible to configure the export with the following encodings or only UTF-8 is supported?

jmcnamara commented 3 years ago

Excel only supports UTF-8, so that is the only encoding supported by libxlsxwriter.