I am just trying to export datatable as excel using open xml. Referred the below approach,
Export DataTable to Excel with Open Xml SDK in c#
But I couldn't specify the encoding format of the excel created. I want to save or create the excecl with UTF-Encoding-8 format.
Can some one help on how could the formatting specificed using Open XML